This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite failure ?
- To: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
- Subject: Re: Testsuite failure ?
- From: Manfred Hollstein <manfredh at redhat dot com>
- Date: Fri, 25 Aug 2000 21:24:25 +0200 (MEST)
- Cc: aoliva at redhat dot com, gcc-bugs at gcc dot gnu dot org
- References: <200008251906.PAA21047@onsager.chem.mcgill.ca>
- Reply-To: Manfred Hollstein <manfred dot h at gmx dot net>
On Friday, 25 August 2000, 15:06:31 -0400, ronis@onsager.chem.mcgill.ca wrote:
> Alexandre Oliva replied:
>
>
> On Aug 25, 2000, David Ronis wrote:
>
> > -malign-double
>
> > triggers all the problems on an i686-linux-gnu box.
>
> This is likely to be the source of the problem. Make sure you build
> not only libgcc, but also libio, libstdc++ and probably also glibc
> with this flag.
>
> I did a complete bootstrap build, which takes care of libio and libstc++;
Wrong; just defining BOOT_CFLAGS=... when invoking "make bootstrap" doesn't
have any influence on the flags used to build the libraries. That's what
CFLAGS and CXXFLAGS should be used for, e.g. when calling configure.
Cheers.
l8er
manfred