< prev index next >

make/CompileToolsHotspot.gmk

Print this page

        

*** 33,43 **** include SetupJavaCompilers.gmk TARGETS := # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, , hotspot/CompileTools.gmk)) ifeq ($(INCLUDE_GRAAL), true) VM_CI_SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.ci/share/classes SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.compiler/share/classes --- 33,43 ---- include SetupJavaCompilers.gmk TARGETS := # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, hotspot/CompileTools.gmk)) ifeq ($(INCLUDE_GRAAL), true) VM_CI_SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.ci/share/classes SRC_DIR := $(TOPDIR)/src/jdk.internal.vm.compiler/share/classes
< prev index next >