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/37923] [4.4 Regression] CPPFLAGS now unset for stage 1 build of libcpp files.



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


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