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 | 9076a74f745cccb5353d9f02f6692c0f70e23f1d (patch) | |
tree | 0dfd5213c08e4dab006a4644582dc6fd1f922578 /Makefile.def | |
parent | f5b0efad4283202e38baa251b528ecfb9d6d161a (diff) | |
download | gdb-9076a74f745cccb5353d9f02f6692c0f70e23f1d.tar.gz |
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 5a7f319765f..c6d39f4fca6 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 ; }; |