This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix build failure on non-C99 targets
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: java-patches at gcc dot gnu dot org
- Date: 29 Nov 2004 09:59:58 -0700
- Subject: Re: [PATCH] Fix build failure on non-C99 targets
- References: <200411282233.03282.ebotcazou@libertysurf.fr>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric Botcazou <ebotcazou@libertysurf.fr> writes:
Eric> Libjava builds are again broken on non-C99 targets. The
Eric> following patch is sufficient to restore them. Tested on
Eric> sparc64-sun-solaris2.9 and sparc-sun-solaris2.[5678]. Is it
Eric> good enough?
This is fine, thanks.
Tom