diff options
author | DJ Delorie <dj@redhat.com> | 2004-12-27 21:41:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-12-27 21:41:05 +0000 |
commit | 432524c16251a6d40716978ac4d0eb1188b1256a (patch) | |
tree | 5351fd39ab9e657e9bf4ff12ddb95a4f3d7d2074 /Makefile.tpl | |
parent | b75ec93a63797406d88573058288c54eaeaaba50 (diff) | |
download | newlib-432524c16251a6d40716978ac4d0eb1188b1256a.zip newlib-432524c16251a6d40716978ac4d0eb1188b1256a.tar.gz newlib-432524c16251a6d40716978ac4d0eb1188b1256a.tar.bz2 |
Revert 2004-12-08 Makefile changes.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index a398c00..44c15fd 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -528,7 +528,6 @@ EXTRA_HOST_FLAGS = \ 'DLLTOOL=$(DLLTOOL)' \ 'LD=$(LD)' \ 'NM=$(NM)' \ - 'PICFLAG=$(PICFLAG)' \ 'RANLIB=$(RANLIB)' \ 'WINDRES=$(WINDRES)' @@ -561,7 +560,6 @@ 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)' |