summaryrefslogtreecommitdiffhomepage
path: root/patches/binutils-2.24.51.local.patch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-23 18:24:42 -0500
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-11-24 11:46:12 +0100
commit4c074eb2a2798ffafef8fd0a9d484c9301c6878b (patch)
treedd3c30b9e45807f2957e7da16bb0191cdd851aae /patches/binutils-2.24.51.local.patch
parent0ea208967b2c257dfb84fbbdde27faa1947d0bec (diff)
downloadmidipix_build-4c074eb2a2798ffafef8fd0a9d484c9301c6878b.tar.bz2
midipix_build-4c074eb2a2798ffafef8fd0a9d484c9301c6878b.tar.xz
binutils-2.24.51: updated (synchronized) patch.
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>
Diffstat (limited to 'patches/binutils-2.24.51.local.patch')
-rw-r--r--patches/binutils-2.24.51.local.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/patches/binutils-2.24.51.local.patch b/patches/binutils-2.24.51.local.patch
index 1f983f04..ae088616 100644
--- a/patches/binutils-2.24.51.local.patch
+++ b/patches/binutils-2.24.51.local.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
@@ -726,14 +737,3 @@ diff -ru a/gas/config/tc-i386.c b/gas/config/tc-i386.c
if (ret == 0)
{
if (exists)
---- binutils-2.24.51/intl/libgnuintl.h.orig 2014-07-03 05:37:48.000000000 +0000
-+++ binutils-2.24.51/intl/libgnuintl.h 2016-05-30 19:56:21.701967351 +0000
-@@ -105,7 +105,7 @@
- #endif
- /* Auxiliary macros. */
- #ifdef _INTL_REDIRECT_ASM
--# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
-+# define _INTL_ASM(cname) __asm__ (#cname)
- # define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring
- # define _INTL_STRINGIFY(prefix) #prefix
- #else