This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11317] make bootstrap-lean fails with #error Unrecognized value in TARGET_CPU_DEFAULT
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2003 11:29:44 -0000
- Subject: [Bug bootstrap/11317] make bootstrap-lean fails with #error Unrecognized value in TARGET_CPU_DEFAULT
- References: <20030625081809.11317.ralf.hildebrandt@charite.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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 11:29 -------
This is pretty weird, since TARGET_CPU_DEFAULT is correctly defined in your
config.h file and the line number pointed to by the error message seems to
indicate that the right config.h file is picked up.
I think that, if the problem were in the header files themselves, it would have
been flagged at the beginning of stage1 by the bootstrap compiler, not at the
end by the stage1 compiler. This leads to the conclusion that the stage1
compiler is miscompiled by the bootstrap compiler.
Can you try to bootstrap with another compiler than GCC 3.0.3?