diff make/linux/makefiles/compiler2.make @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents c18cbe5936b8
children d538dce8f403
line wrap: on
line diff
--- a/make/linux/makefiles/compiler2.make	Wed Dec 12 15:46:11 2012 +0100
+++ b/make/linux/makefiles/compiler2.make	Wed Dec 12 21:36:40 2012 +0100
@@ -29,3 +29,7 @@
 VM_SUBDIR = server
 
 CFLAGS += -DCOMPILER2
+
+ifndef OMIT_GRAAL
+  CFLAGS += -DGRAAL
+endif
\ No newline at end of file