This is the mail archive of the gcc@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] |
| Other format: | [Raw text] | |
On Sun, 3 Sep 2006, Andrew Pinski wrote: > On Mon, 2006-09-04 at 07:14 +0200, Gerald Pfeifer wrote: >> Somehow we still manage to break the bootstrap, even at the end of stage3: > Looks like __used is used by FreeBSD's headers (and not by glibc/Linux's > headers). Bingo! Your nose is a good one, Sir. :-) /usr/include/sys/cdefs.h:#define __used __attribute__((__used__)) Gerald
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |