diff make/solaris/makefiles/tiered.make @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 0f3fe35513a0
children c28cb37b2e1d
line wrap: on
line diff
--- a/make/solaris/makefiles/tiered.make	Wed May 27 13:43:27 2015 +0200
+++ b/make/solaris/makefiles/tiered.make	Thu May 28 15:36:48 2015 +0200
@@ -30,8 +30,8 @@
 
 CFLAGS += -DCOMPILER2 -DCOMPILER1
 
-ifeq ($(INCLUDE_GRAAL), true)
-  CFLAGS += -DGRAAL
+ifeq ($(INCLUDE_JVMCI), true)
+  CFLAGS += -DJVMCI
 else
-  VM_SUBDIR = server-nograal
+  VM_SUBDIR = server-nojvmci
 endif