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]
Other format: [Raw text]

[Bug bootstrap/11317] make bootstrap-lean fails with #error Unrecognized value in TARGET_CPU_DEFAULT


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11317



------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-06-26 14:22 -------
Unfortunately, unless you set CFLAGS when bootstrapping, the bootstrap compiler
is already invoked with no optimization (-g). Nevertheless, GCC performs some
optimizations at -g like constants folding, which are known to have bugs.

I'd suggest to try to bootstrap GCC 3.2.3 as an intermediate stage.


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