Re: bootstrap/10057: symbol is non-aligned
Eric Botcazou <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR bootstrap/10057; it has been noted by GNATS. From: Eric Botcazou <[email protected]> To: Alexander Klimov <[email protected]> Cc: Dara Hazeghi <[email protected]>, <[email protected]>, <[email protected]> Subject: Re: bootstrap/10057: symbol is non-aligned Date: Tue, 20 May 2003 15:37:35 +0200 > Any ideas what is wrong with my setup? Try maybe to not pass CFLAGS=-O2 when bootstrapping. The option is passed to the bootstrap compiler (GCC 2.95.2 for you) and it may be risky to rely on the optimizations of the bootstrap compiler. Use BOOT_CFLAGS instead. -- Eric Botcazou