summaryrefslogtreecommitdiffstats
path: root/w32api-sysroot.patch
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-03-27 00:44:38 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-03-27 00:44:38 -0500
commite2d2ea5da2f7c37abcbd0b24a384771dd9c3c894 (patch)
tree15561662ac61ffff41287cc3ae8e573ab5373009 /w32api-sysroot.patch
parent06ea15511d155aeeed11e862c3d2e6c19490efb8 (diff)
downloadcygwin-binutils-e2d2ea5da2f7c37abcbd0b24a384771dd9c3c894.tar.gz
cygwin-binutils-e2d2ea5da2f7c37abcbd0b24a384771dd9c3c894.tar.xz
cygwin-binutils-e2d2ea5da2f7c37abcbd0b24a384771dd9c3c894.zip
cygwin-binutils 2.24.51-1
Diffstat (limited to 'w32api-sysroot.patch')
-rw-r--r--w32api-sysroot.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/w32api-sysroot.patch b/w32api-sysroot.patch
index 815da79..3b9a121 100644
--- a/w32api-sysroot.patch
+++ b/w32api-sysroot.patch
@@ -1,20 +1,20 @@
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
-@@ -263,7 +263,7 @@ i[3-7]86-*-pe) targ_emul=i386pe ;
- targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+@@ -310,7 +310,7 @@ i[3-7]86-*-pe) targ_emul=i386pe ;
i[3-7]86-*-cygwin*) targ_emul=i386pe ;
- targ_extra_ofiles="deffilep.o pe-dll.o"
+ targ_extra_binaries="default-manifest.o" ;
+ targ_extra_ofiles="deffilep.o pe-dll.o" ;
- test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
+ test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api:=/usr/lib/w32api' ;;
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
+ targ_extra_binaries="default-manifest.o" ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
- x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
@@ -319,7 +319,7 @@ x86_64-*-pe | x86_64-*-pep) targ_emul=i3
- x86_64-*-cygwin) targ_emul=i386pep ;
targ_extra_emuls=i386pe
+ targ_extra_binaries="default-manifest.o" ;
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
- test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
+ test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api:=/usr/lib/w32api' ;;
x86_64-*-mingw*) targ_emul=i386pep ;
targ_extra_emuls=i386pe
- targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
+ targ_extra_binaries="default-manifest.o" ;