diff options
author | David Edelsohn <edelsohn@gnu.org> | 2004-12-08 20:25:58 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-12-08 15:25:58 -0500 |
commit | 1b227ee01aa9462531fdb1dc3d95e0d674f9c16a (patch) | |
tree | 18d5e3936e9588404d400d25e0f89907fe5e022a /Makefile.tpl | |
parent | 857e7259c4c62c4ac7ccace2e44fdd73286bf194 (diff) | |
download | gcc-1b227ee01aa9462531fdb1dc3d95e0d674f9c16a.tar.gz |
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.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 44c15fd53cc..a398c0004f8 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)' |