diff options
author | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-01-19 00:33:04 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-01-19 00:33:04 +0000 |
commit | ec724188796df7e903c9c0e17fb004afc3de802d (patch) | |
tree | 8f4c86fc09c387332b7146e9964ca4b72ec51ce5 /Makefile.def | |
parent | 3f38ba78c841845a2ece05a83ad9bfcdc38c9293 (diff) | |
download | newlib-ec724188796df7e903c9c0e17fb004afc3de802d.zip newlib-ec724188796df7e903c9c0e17fb004afc3de802d.tar.gz newlib-ec724188796df7e903c9c0e17fb004afc3de802d.tar.bz2 |
2005-01-13 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.
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 ; }; |