7018452: langtools not buildable on Mac

Thu, 10 Feb 2011 14:27:34 -0800

author
jjg
date
Thu, 10 Feb 2011 14:27:34 -0800
changeset 873
747a7601b6d6
parent 872
a19b1f4f23c9
child 874
e0c16199b2e0

7018452: langtools not buildable on Mac
Reviewed-by: ohair

make/build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.xml	Thu Feb 10 14:24:26 2011 -0800
     1.2 +++ b/make/build.xml	Thu Feb 10 14:27:34 2011 -0800
     1.3 @@ -868,8 +868,10 @@
     1.4                 executable="${boot.java.home}/bin/javac"
     1.5                 srcdir="${make.tools.dir}/GenStubs"
     1.6                 destdir="${build.toolclasses.dir}/"
     1.7 -               classpath="${build.bootstrap.dir}/classes:${ant.core.lib}"
     1.8 -               includeantruntime="false"/>
     1.9 +               classpath="${ant.core.lib}"
    1.10 +               includeantruntime="false">
    1.11 +            <compilerarg value="-Xbootclasspath/p:${build.bootstrap.dir}/classes"/>
    1.12 +        </javac>
    1.13          <taskdef name="genstubs"
    1.14                   classname="GenStubs$$Ant"
    1.15                   classpath="${build.toolclasses.dir}/"/>

mercurial