[toplevel patch, committed] Don't pass down DLLTOOL, WINDRES to gcc subdir
Nathanael Nerode
neroden@twcny.rr.com
Sat Sep 20 21:16:00 GMT 2003
FYI, committing. Affects only gcc.
* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
* Makefile.in: Regenerate.
Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.70
diff -u -r1.70 Makefile.tpl
--- Makefile.tpl 2 Aug 2003 00:48:19 -0000 1.70
+++ Makefile.tpl 20 Sep 2003 20:36:17 -0000
@@ -458,12 +458,10 @@
'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=/`" \
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html
More information about the Binutils
mailing list