diff 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
line wrap: on
line diff
--- a/make/defs.make	Fri Apr 28 14:37:37 2017 +0200
+++ b/make/defs.make	Fri May 19 00:18:36 2017 +0200
@@ -113,11 +113,6 @@
   endif
 endif
 
-# If we build a no-jvmci-version, we suffix the compiler dir with -nojvmci
-ifeq ($(COMPILER_DIR_SUFFIX)$(subst false,,$(INCLUDE_JVMCI)),)
-	COMPILER_DIR_SUFFIX=-nojvmci
-endif
-
 # hotspot version definitions
 include $(GAMMADIR)/make/hotspot_version
 
@@ -374,4 +369,3 @@
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h
 
 .PHONY: $(HS_ALT_MAKE)/defs.make
-