From 63fb6bd023d2316531f3e7970db2dfd057285223 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 23 Nov 2016 20:25:23 -0500 Subject: binutils-2.24.51: updated patch. + unset NATIVE_LIB_DIRS; leave handling of library search path to driver. --- binutils-2.24.51.midipix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/binutils-2.24.51.midipix.patch b/binutils-2.24.51.midipix.patch index b0f42f9..1d866cf 100644 --- a/binutils-2.24.51.midipix.patch +++ b/binutils-2.24.51.midipix.patch @@ -248,6 +248,17 @@ diff -ru --new-file a/ld/configure.tgt b/ld/configure.tgt targ_extra_ofiles="deffilep.o pe-dll.o" ;; i[3-7]86-*-beospe*) targ_emul=i386beos ;; i[3-7]86-*-beos*) targ_emul=elf_i386_be ;; +@@ -825,6 +836,10 @@ + *-*-linux*) + ;; + ++*-*-midipix*) ++ NATIVE_LIB_DIRS= ++ ;; ++ + *-*-netbsd*) + ;; + diff -ru --new-file a/ld/Makefile.in b/ld/Makefile.in --- a/ld/Makefile.in 2014-07-03 01:37:48.000000000 -0400 +++ b/ld/Makefile.in 2015-03-11 20:09:38.972773108 -0400 -- cgit v1.2.3