< prev index next >

make/linux/makefiles/compiler1.make

Print this page

        

@@ -26,6 +26,9 @@
 
 TYPE=COMPILER1
 
 VM_SUBDIR = client
 
+# We don't support the JVMCI in a client VM.
+INCLUDE_JVMCI := false
+
 CFLAGS += -DCOMPILER1
< prev index next >