[Bug bootstrap/57125] Build not SMP safe; fails to build bconfig.h
vcunat at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 3 09:23:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125
Vladimír Čunát <vcunat at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vcunat at gmail dot com
--- Comment #2 from Vladimír Čunát <vcunat at gmail dot com> ---
In this matter I'm quite confused by the intentions of
http://gcc.gnu.org/ml/gcc-patches/2012-07/msg00273.html
It states that host object files depend on CONFIG_H, but these seem to get in
fact built with -DGENERATOR_FILE (according to build log), so through
gentype.c, they include bconfig.h instead of config.h. I don't see that
reflected in build dependencies, and more importantly, I'm not even sure this
consequence was intended/correct.
More information about the Gcc-bugs
mailing list