diff make/solaris/makefiles/compiler2.make @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents c18cbe5936b8
children d538dce8f403
line wrap: on
line diff
--- a/make/solaris/makefiles/compiler2.make	Wed Feb 06 15:14:15 2013 +0100
+++ b/make/solaris/makefiles/compiler2.make	Wed Feb 06 18:01:07 2013 -0800
@@ -29,3 +29,7 @@
 VM_SUBDIR = server
 
 CFLAGS += -DCOMPILER2
+
+ifndef OMIT_GRAAL
+  CFLAGS += -DGRAAL
+endif