diff make/bsd/makefiles/compiler1.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 f08d439fab8c
children d538dce8f403
line wrap: on
line diff
--- a/make/bsd/makefiles/compiler1.make	Wed Dec 12 15:46:11 2012 +0100
+++ b/make/bsd/makefiles/compiler1.make	Wed Dec 12 21:36:40 2012 +0100
@@ -29,3 +29,7 @@
 VM_SUBDIR = client
 
 CFLAGS += -DCOMPILER1
+
+ifndef OMIT_GRAAL
+  CFLAGS += -DGRAAL
+endif
\ No newline at end of file