comparison make/solaris/makefiles/graal.make @ 14113:3b7a34962396

enable C1 + Graal tiered (added Linux and Solaris support)
author Doug Simon <doug.simon@oracle.com>
date Fri, 07 Mar 2014 13:15:40 +0100
parents 1baf7f1e3f23
children 7ad529321294
comparison
equal deleted inserted replaced
14112:317bfc1ae64e 14113:3b7a34962396
27 27
28 TYPE = GRAAL 28 TYPE = GRAAL
29 29
30 VM_SUBDIR = graal 30 VM_SUBDIR = graal
31 31
32 CFLAGS += -DGRAAL 32 # To make a non-tiered Graal build, remove the -DCOMPILER1 below and
33 # in vm.make remove COMPILER1_PATHS from Src_Dirs/GRAAL and add
34 # COMPILER1_SPECIFIC_FILES to Src_Files_EXCLUDE/GRAAL
35 CFLAGS += -DGRAAL -DCOMPILER1