This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc-3.2 build problem in the java area
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Russ Allbery <rra at stanford dot edu>, java at gcc dot gnu dot org
- Date: 11 Oct 2002 11:02:22 -0600
- Subject: Re: gcc-3.2 build problem in the java area
- References: <Pine.GSO.4.21.0210101047230.21396-100000@obrien.cc.rochester.edu><15781.38525.112250.301901@cuddles.cambridge.redhat.com><ylk7kphf29.fsf@windlord.stanford.edu><15782.49167.813960.608230@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> I'm sure I could do something evil like `#define
Andrew> __EXTENSIONS__' but I hope that there is a more civilized way
Andrew> to solve this problem.
We already have a couple hacks like this. One is in include/posix.h.
Is __EXTENSIONS__ really the thing to define?
Or does this get defined as the result of defining some macro we're
supposed to define?
Tom