This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Testsuite failure ?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]