comparison make/defs.make @ 24135:a8e0d0625b32

removed defunct support for non-INCLUDE_JVMCI builds
author Doug Simon <doug.simon@oracle.com>
date Fri, 19 May 2017 00:18:36 +0200
parents 8e2954d78161
children
comparison
equal deleted inserted replaced
24134:824339fb9c34 24135:a8e0d0625b32
111 endif 111 endif
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
117 ifeq ($(COMPILER_DIR_SUFFIX)$(subst false,,$(INCLUDE_JVMCI)),)
118 COMPILER_DIR_SUFFIX=-nojvmci
119 endif
120
121 # hotspot version definitions 116 # hotspot version definitions
122 include $(GAMMADIR)/make/hotspot_version 117 include $(GAMMADIR)/make/hotspot_version
123 118
124 # When config parameter --with-update-version is defined, 119 # When config parameter --with-update-version is defined,
125 # Hotspot minor version should be set to that 120 # Hotspot minor version should be set to that
372 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jni.h 367 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jni.h
373 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h 368 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h
374 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h 369 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h
375 370
376 .PHONY: $(HS_ALT_MAKE)/defs.make 371 .PHONY: $(HS_ALT_MAKE)/defs.make
377