diff make/linux/makefiles/compiler1.make @ 22299:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children
line wrap: on
line diff
--- a/make/linux/makefiles/compiler1.make	Wed Jul 22 15:50:08 2015 +0200
+++ b/make/linux/makefiles/compiler1.make	Wed Jul 22 08:56:03 2015 -0700
@@ -30,8 +30,6 @@
 
 CFLAGS += -DCOMPILER1
 
-ifeq ($(INCLUDE_JVMCI), true)
-  CFLAGS += -DJVMCI
-else
+ifeq ($(INCLUDE_JVMCI), false)
   VM_SUBDIR = client-nojvmci
 endif
\ No newline at end of file