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 #12 from howarth at nitro dot med dot uc dot edu  2008-10-27 03:45 -------
I notice that both config.log from the libcpp subdirectory before and after
your change have...

ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=

which is followed by the occurance of...

CPPFLAGS='-I/sw/include'

but I don't see those ac_cv_env_CPPFLAGS related entries in
the config.log from the top level.


-- 


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]