comparison 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
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
27 TYPE=COMPILER2 27 TYPE=COMPILER2
28 28
29 VM_SUBDIR = server 29 VM_SUBDIR = server
30 30
31 CFLAGS += -DCOMPILER2 31 CFLAGS += -DCOMPILER2
32
33 ifndef OMIT_GRAAL
34 CFLAGS += -DGRAAL
35 endif