diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-01-19 00:33:04 +0000 |
---|---|---|
committer | Kelley Cook <kcook@gcc.gnu.org> | 2005-01-19 00:33:04 +0000 |
commit | 06bcb89d293d63d9724cc6b29fe3910a08dabbae (patch) | |
tree | 03fd1c704254b35c562d86308cf376bdeb6c406a /Makefile.def | |
parent | 7ace0f3feec24c2740b639c1469f814735d959f3 (diff) | |
download | gdb-06bcb89d293d63d9724cc6b29fe3910a08dabbae.zip gdb-06bcb89d293d63d9724cc6b29fe3910a08dabbae.tar.gz gdb-06bcb89d293d63d9724cc6b29fe3910a08dabbae.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 ; }; |