提交 012cf1c3 编写于 作者: A andrew

6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk

Summary: Set source and target explicitly in pcompile task
Reviewed-by: jjg
上级 8bbc2c00
......@@ -592,6 +592,8 @@
<target name="-def-pcompile">
<mkdir dir="${build.toolclasses.dir}"/>
<javac fork="true"
source="${boot.javac.source}"
target="${boot.javac.target}"
executable="${boot.java.home}/bin/javac"
srcdir="${make.tools.dir}/CompileProperties"
destdir="${build.toolclasses.dir}/"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册