From 6897d38f6942ce7cc6ca87e87ac716672825c156 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 13 Sep 2015 21:44:02 -0400 Subject: binutils-2.24.51: updated patch. + x86 midipix targets: build dlltool and windmc by default. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- binutils-2.24.51.midipix.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/binutils-2.24.51.midipix.patch b/binutils-2.24.51.midipix.patch index d15277a..d21d55a 100644 --- a/binutils-2.24.51.midipix.patch +++ b/binutils-2.24.51.midipix.patch @@ -495,7 +495,7 @@ diff -ru --new-file a/bfd/config.bfd b/bfd/config.bfd targ_underscore=yes diff -ru --new-file a/binutils/configure b/binutils/configure --- a/binutils/configure 2014-07-03 01:37:22.000000000 -0400 -+++ b/binutils/configure 2015-02-14 20:13:02.552189518 -0500 ++++ b/binutils/configure 2015-09-13 21:35:09.738957435 -0400 @@ -14015,7 +14015,7 @@ BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' @@ -505,6 +505,15 @@ diff -ru --new-file a/binutils/configure b/binutils/configure BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' if test -z "$DLLTOOL_DEFAULT"; then DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64" +@@ -14025,7 +14025,7 @@ + BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)' + BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' + ;; +- i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*) ++ i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-midipix* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*) + BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' + if test -z "$DLLTOOL_DEFAULT"; then + DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386" diff -ru --new-file a/config.sub b/config.sub --- a/config.sub 2014-07-03 01:37:23.000000000 -0400 +++ b/config.sub 2015-02-14 11:27:08.083179771 -0500 -- cgit v1.2.3