comparison make/bsd/makefiles/graal.make @ 14107:800057208a2c

enable C1 + Graal tiered
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 06 Mar 2014 17:11:39 -0800
parents 1baf7f1e3f23
children 7ad529321294
comparison
equal deleted inserted replaced
14106:ca37cb080dad 14107:800057208a2c
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