diff make/linux/makefiles/tiered.make @ 9166:0f3fe35513a0

renamed build variable used to make a Graal/non-Graal build from OMIT_GRAAL to INCLUDE_GRAAL and ensured it is only used internally
author Doug Simon <doug.simon@oracle.com>
date Tue, 16 Apr 2013 22:26:28 +0200
parents d538dce8f403
children be896a1983c0
line wrap: on
line diff
--- a/make/linux/makefiles/tiered.make	Fri Apr 12 16:02:41 2013 +0200
+++ b/make/linux/makefiles/tiered.make	Tue Apr 16 22:26:28 2013 +0200
@@ -30,7 +30,7 @@
 
 CFLAGS += -DCOMPILER2 -DCOMPILER1
 
-ifndef OMIT_GRAAL
+ifeq ($(INCLUDE_GRAAL), true)
   CFLAGS += -DGRAAL
 else
   VM_SUBDIR = server-nograal