This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: automake 1.9 update for libgcj - second iteration
On Sat, 2004-08-07 at 05:59, Michael Koch wrote:
> Hi list,
>
>
> I updated the automake 1.9 update patch to fix some issues found by
> Andreas Tobler, Bryce McKinley and myself. Please test this patch adn
> give any feedback you can.
>
> http://www.ewetel.net/~katrin.salecker/gcj/auto.diff
>
> The build failure Bryce reported for x86_64 is a little bit strange to
> me. I don't get why it is now triggered. Any idea someone ?
>
Yes, this is a gcj -C bug that is triggered on x86_64 at optimization
levels above -O0. The automake-1.9 patch sets GCJFLAGS to "-g -O2" (in
aclocal.m4), whereas the current configury sets it to "-g" by default.
Tom