jdk/makefiles/Setup.gmk
changeset 17957 1a51992c6097
parent 15402 ce612878e7aa
child 19846 ee72cd8a1085
equal deleted inserted replaced
17815:b72ae39e1329 17957:1a51992c6097
    38 # The generate new bytecode javac setup uses the new compiler to compile for the
    38 # The generate new bytecode javac setup uses the new compiler to compile for the
    39 # new jdk. This new bytecode might only be possible to run using the new jvm.
    39 # new jdk. This new bytecode might only be possible to run using the new jvm.
    40 $(eval $(call SetupJavaCompiler,GENERATE_JDKBYTECODE,\
    40 $(eval $(call SetupJavaCompiler,GENERATE_JDKBYTECODE,\
    41      JVM:=$(JAVA),\
    41      JVM:=$(JAVA),\
    42      JAVAC:=$(NEW_JAVAC),\
    42      JAVAC:=$(NEW_JAVAC),\
    43      FLAGS:=-bootclasspath $(JDK_OUTPUTDIR)/classes -source 8 -target 8 -encoding ascii -XDignore.symbol.file=true $(DISABLE_WARNINGS),\
    43      FLAGS:=-bootclasspath $(JDK_OUTPUTDIR)/classes -source 8 -target 8 \
       
    44 	    -encoding ascii -XDignore.symbol.file=true $(DISABLE_WARNINGS) \
       
    45 	    $(GENERATE_JDKBYTECODE_EXTRA_FLAGS),\
    44      SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
    46      SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
    45      SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
    47      SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
    46 
    48 
    47 # After the jdk is built, we want to build demos using only the recently
    49 # After the jdk is built, we want to build demos using only the recently
    48 # generated jdk classes and nothing else, no jdk source, etc etc.
    50 # generated jdk classes and nothing else, no jdk source, etc etc.