equal
deleted
inserted
replaced
32 include JavaCompilation.gmk |
32 include JavaCompilation.gmk |
33 include SetupJavaCompilers.gmk |
33 include SetupJavaCompilers.gmk |
34 include TextFileProcessing.gmk |
34 include TextFileProcessing.gmk |
35 |
35 |
36 JDK_CLASSES := $(call PathList, $(strip $(addprefix $(JDK_OUTPUTDIR)/modules/, \ |
36 JDK_CLASSES := $(call PathList, $(strip $(addprefix $(JDK_OUTPUTDIR)/modules/, \ |
37 java.base java.logging java.scripting))) |
37 java.base java.logging java.scripting jdk.dynalink))) |
38 |
38 |
39 NASHORN_JAR := $(IMAGES_OUTPUTDIR)/nashorn.jar |
39 NASHORN_JAR := $(IMAGES_OUTPUTDIR)/nashorn.jar |
40 |
40 |
41 # Need to use source and target 8 for nasgen to work. |
41 # Need to use source and target 8 for nasgen to work. |
42 $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG, \ |
42 $(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE_DEBUG, \ |