diff make/defs.make @ 21913:a04b45953250

Append -nojvmci to the compiler directory when building without jvmci
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Wed, 10 Jun 2015 19:25:28 +0200
parents 44bad469bec2
children 3df76a0300f3
line wrap: on
line diff
--- a/make/defs.make	Wed Jun 10 14:56:49 2015 +0200
+++ b/make/defs.make	Wed Jun 10 19:25:28 2015 +0200
@@ -113,6 +113,11 @@
   endif
 endif
 
+# If we build a no-jvmci-version, we suffix the compiler dir with -nojvmci
+ifeq ($(COMPILER_DIR_SUFFIX)$(INCLUDE_JVMCI),)
+	COMPILER_DIR_SUFFIX=-nojvmci
+endif
+
 # hotspot version definitions
 include $(GAMMADIR)/make/hotspot_version