make/bsd/makefiles/compiler1.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/bsd/makefiles/compiler1.make	Wed Sep 16 15:17:13 2015
--- new/make/bsd/makefiles/compiler1.make	Wed Sep 16 15:17:12 2015

*** 26,31 **** --- 26,34 ---- TYPE=COMPILER1 VM_SUBDIR = client + # We don't support the JVMCI in a client VM. + INCLUDE_JVMCI := false + CFLAGS += -DCOMPILER1

make/bsd/makefiles/compiler1.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File