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: Mark Wielaard <mark at klomp dot org>
- To: tromey at redhat dot com
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 31 Jan 2003 18:42:22 +0100
- Subject: Re: JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS
- Organization:
- References: <87wukl1c00.fsf@fleche.redhat.com>
On Fri, 2003-01-31 at 18:10, Tom Tromey wrote:
> Where is JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS defined?
> I don't see code to define it anywhere.
It used to be defined in aclocal.m4 by CHECK_FOR_BROKEN_MINGW_LD but
that definition has been removed with the latest merge of the
basic-improvements-branch to the trunk. Maybe something went wrong with
the regeneration of that file.
Cheers,
Mark