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