diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:50:27 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:50:27 +0000 |
commit | e7daab310880734a511535e7ad024e98a63dd2c3 (patch) | |
tree | 9c6ed07591768a0dfd523bbc60c91e6f216c5949 /Makefile.def | |
parent | dbc522ef398a62f70767ef3eb5c2fdcc11b622ab (diff) | |
download | gcc-e7daab310880734a511535e7ad024e98a63dd2c3.zip gcc-e7daab310880734a511535e7ad024e98a63dd2c3.tar.gz gcc-e7daab310880734a511535e7ad024e98a63dd2c3.tar.bz2 |
re PR libgcj/18222 (libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl)
2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
PR bootstrap/18222
* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
* Makefile.in: Regenerate.
From-SVN: r93796
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 5a7f319..c6d39f4 100644 --- a/Makefile.def +++ b/Makefile.def @@ -218,6 +218,7 @@ flags_to_pass = { flag= AR_FOR_TARGET ; }; flags_to_pass = { flag= AS_FOR_TARGET ; }; flags_to_pass = { flag= CC_FOR_TARGET ; }; flags_to_pass = { flag= CFLAGS_FOR_TARGET ; }; +flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= CXX_FOR_TARGET ; }; flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; |