summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-12-08 20:29:58 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2004-12-08 20:29:58 +0000
commitaea52d22aa02c93238ee7361e28332a9077fda34 (patch)
tree4896635f2f663db4821d211fc79136c52296dcb5 /Makefile.tpl
parentda3e88ae5b24b4c5aeca4e73791165f797a1189a (diff)
downloadcygnal-aea52d22aa02c93238ee7361e28332a9077fda34.tar.gz
cygnal-aea52d22aa02c93238ee7361e28332a9077fda34.tar.bz2
cygnal-aea52d22aa02c93238ee7361e28332a9077fda34.zip
* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate.
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 44c15fd53..a398c0004 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)'