aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2004-12-08 20:29:58 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>2004-12-08 20:29:58 +0000
commit7341462ca6f10e648ea3c5a44030c3e3045baa98 (patch)
treeaee1b2f44fc4471c459e4aedf62354d3195fcbdf /Makefile.tpl
parent0efd41608649b56f097c83013b7f8c4404af06dd (diff)
downloadfsf-binutils-gdb-7341462ca6f10e648ea3c5a44030c3e3045baa98.zip
fsf-binutils-gdb-7341462ca6f10e648ea3c5a44030c3e3045baa98.tar.gz
fsf-binutils-gdb-7341462ca6f10e648ea3c5a44030c3e3045baa98.tar.bz2
* 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 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)'