diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-20 21:12:38 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-20 21:12:38 +0000 |
commit | 0c20a99580def3ac7467c729d14ffd9468f3cae9 (patch) | |
tree | 57ddedac9338287dd44b35b4b41bede3f1945bc9 /Makefile.tpl | |
parent | bb91e7dc72c92a8f27427f08dc4bcf6e7bef01d6 (diff) | |
download | gcc-0c20a99580def3ac7467c729d14ffd9468f3cae9.tar.gz |
(top level)
* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
* Makefile.in: Regenerate.
(gcc)
* Makefile.in: Don't set (unused) DLLTOOL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71609 138bc75d-0d04-0410-961f-82ee72b054a4
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 8ec65514e9b..ccd2dfbd0d5 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -458,12 +458,10 @@ EXTRA_GCC_FLAGS = \ 'AS=$(AS)' \ 'CC=$(CC)' \ 'CXX=$(CXX)' \ - 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \ 'BUILD_PREFIX=$(BUILD_PREFIX)' \ 'BUILD_PREFIX_1=$(BUILD_PREFIX_1)' \ 'NM=$(NM)' \ 'RANLIB=$(RANLIB)' \ - 'WINDRES=$$(WINDRES_FOR_TARGET)' \ "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \ "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ "`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s/.*=$$/XFOO=/`" \ |