comparison make/defs.make @ 21916:3df76a0300f3

jvmci.make remove generated source from search path; export compilers into a different directory when jvmci is disabled: jre/lib/<arch>/(server|client)-nojvmci/
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 11 Jun 2015 11:07:28 +0200
parents a04b45953250
children 62da3906ab7f
comparison
equal deleted inserted replaced
21915:3fe55394241c 21916:3df76a0300f3
112 # Further defaults are platform and arch specific 112 # Further defaults are platform and arch specific
113 endif 113 endif
114 endif 114 endif
115 115
116 # If we build a no-jvmci-version, we suffix the compiler dir with -nojvmci 116 # If we build a no-jvmci-version, we suffix the compiler dir with -nojvmci
117 ifeq ($(COMPILER_DIR_SUFFIX)$(INCLUDE_JVMCI),) 117 ifeq ($(COMPILER_DIR_SUFFIX)$(subst false,,$(INCLUDE_JVMCI)),)
118 COMPILER_DIR_SUFFIX=-nojvmci 118 COMPILER_DIR_SUFFIX=-nojvmci
119 endif 119 endif
120 120
121 # hotspot version definitions 121 # hotspot version definitions
122 include $(GAMMADIR)/make/hotspot_version 122 include $(GAMMADIR)/make/hotspot_version