summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-01-19 00:33:04 +0000
committerKelley Cook <kcook@gcc.gnu.org>2005-01-19 00:33:04 +0000
commit92619b26a0e43192ddabfc8f686298f3a434f211 (patch)
treed2f25545abce7b2497dc2bffde9e59c046eb72e3 /Makefile.def
parent7a89cfa60906280115af3537e7564ace54129d1a (diff)
downloadbinutils-redhat-92619b26a0e43192ddabfc8f686298f3a434f211.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.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 5a7f319765..c6d39f4fca 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 ; };