diff options
author | David Edelsohn <edelsohn@gnu.org> | 2004-12-26 00:07:54 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-12-25 19:07:54 -0500 |
commit | aaf51ca21a055ac907e34432cca833c2ee49647f (patch) | |
tree | b32a0341d91ad9f453bdab7e46cc6922497e2a54 /Makefile.in | |
parent | eec5fec983fd8738d842a5d916086b29aeb650bf (diff) | |
download | gcc-aaf51ca21a055ac907e34432cca833c2ee49647f.tar.gz |
Revert 2004-12-08 Makefile changes.
From-SVN: r92609
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 3bfbb2d3f13..45c405930a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -561,7 +561,6 @@ BASE_FLAGS_TO_PASS = \ "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ - "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \ "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \ "CONFIG_SHELL=$(SHELL)" \ @@ -588,7 +587,6 @@ EXTRA_HOST_FLAGS = \ 'DLLTOOL=$(DLLTOOL)' \ 'LD=$(LD)' \ 'NM=$(NM)' \ - 'PICFLAG=$(PICFLAG)' \ 'RANLIB=$(RANLIB)' \ 'WINDRES=$(WINDRES)' @@ -621,7 +619,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)' |