aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-12-08 20:25:58 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2004-12-08 15:25:58 -0500
commit1b227ee01aa9462531fdb1dc3d95e0d674f9c16a (patch)
tree18d5e3936e9588404d400d25e0f89907fe5e022a /Makefile.tpl
parent857e7259c4c62c4ac7ccace2e44fdd73286bf194 (diff)
downloadgcc-1b227ee01aa9462531fdb1dc3d95e0d674f9c16a.zip
gcc-1b227ee01aa9462531fdb1dc3d95e0d674f9c16a.tar.gz
gcc-1b227ee01aa9462531fdb1dc3d95e0d674f9c16a.tar.bz2
Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET. * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate. From-SVN: r91916
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 44c15fd..a398c00 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -528,6 +528,7 @@ EXTRA_HOST_FLAGS = \
'DLLTOOL=$(DLLTOOL)' \
'LD=$(LD)' \
'NM=$(NM)' \
+ 'PICFLAG=$(PICFLAG)' \
'RANLIB=$(RANLIB)' \
'WINDRES=$(WINDRES)'
@@ -560,6 +561,7 @@ EXTRA_TARGET_FLAGS = \
'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
'NM=$$(NM_FOR_TARGET)' \
+ 'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
'RANLIB=$$(RANLIB_FOR_TARGET)' \
'WINDRES=$$(WINDRES_FOR_TARGET)'