[Bug bootstrap/37923] [4.4 Regression] CPPFLAGS now unset for stage 1 build of libcpp files.
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Mon Oct 27 03:38:00 GMT 2008
------- Comment #11 from howarth at nitro dot med dot uc dot edu 2008-10-27 03:37 -------
I have...
2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
* Makefile.in: Regenerated.
already. I think the issue is that while both libcpp/configure of 20081016 and
20081026 are
properly setting CPPFLAGS in the libcpp/Makefile, after your changes setting of
CPPFLAGS now
also occurs in the toplevel Makefile and that is being used instead of the
setting of CPPFLAGS in
libcpp/Makefile. Notice even though the build fails in current gcc trunk, if I
go into the libcpp
and execute make the problem doesn't occur because CPPFLAGS is defined properly
in that
Makefile and the toplevel Makefile doesn't get a chance to override it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37923
More information about the Gcc-bugs
mailing list