31 Oct
2007
31 Oct
'07
8:42 a.m.
On 30-10-2007 22:33:56 +0000, Ying Zhang wrote:
Added a new variable in build.properties (build_compiler) to make compiler switching easier.
http://ant.apache.org/manual/CoreTasks/javac.html <quote> It is possible to use different compilers. This can be specified by either setting the global build.compiler property, which will affect all <javac> tasks throughout the build, or by setting the compiler attribute, specific to the current <javac> task. Valid values for either the build.compiler property or the compiler attribute are: </quote> In other words, don't do what you just did. Just rely on standard behaviour, and set build.compiler in your build.properties to gcj if you want to build with gcj.