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 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?


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