This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[toplevel patch, committed] Don't pass down DLLTOOL, WINDRES to gcc subdir
- From: neroden at twcny dot rr dot com (Nathanael Nerode)
- To: gdb-patches at sources dot redhat dot com, binutils at sources dot redhat dot com
- Date: Sat, 20 Sep 2003 17:16:46 -0400
- Subject: [toplevel patch, committed] Don't pass down DLLTOOL, WINDRES to gcc subdir
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