This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 31 Jan 2003 10:45:55 -0700
- Subject: Re: JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS
- References: <87wukl1c00.fsf@fleche.redhat.com><1044034942.759.3.camel@elsschot>
- Reply-to: tromey at redhat dot com
>> Where is JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS defined?
>> I don't see code to define it anywhere.
Mark> It used to be defined in aclocal.m4 by CHECK_FOR_BROKEN_MINGW_LD but
Mark> that definition has been removed with the latest merge of the
Mark> basic-improvements-branch to the trunk. Maybe something went wrong with
Mark> the regeneration of that file.
Thanks. Local macro definitions have to go in acinclude.m4.
I have a fix.
Tom