From 96e22ffbc148ed4e4242b757f89bb45a8b9aa20f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 26 Feb 2013 16:40:12 +0000 Subject: toolchain/binutils: refresh patches Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35812 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch | 4 ++-- toolchain/binutils/patches/2.23.1/120-sh-conf.patch | 4 ++-- toolchain/binutils/patches/2.23.1/300-001_ld_makefile_patch.patch | 2 +- .../binutils/patches/2.23.1/300-012_check_ldrunpath_length.patch | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'toolchain/binutils/patches/2.23.1') diff --git a/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch b/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch index a9e435701e..5d0e5ff8ef 100644 --- a/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch +++ b/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch @@ -20,7 +20,7 @@ make[4]: *** [as-new] Error 1 --- a/gas/configure.tgt +++ b/gas/configure.tgt -@@ -428,6 +428,12 @@ case ${generic_target} in +@@ -450,6 +450,12 @@ case ${generic_target} in *-*-netware) fmt=elf em=netware ;; esac @@ -31,5 +31,5 @@ make[4]: *** [as-new] Error 1 +esac + case ${cpu_type} in - alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k) + aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k) bfd_gas=yes diff --git a/toolchain/binutils/patches/2.23.1/120-sh-conf.patch b/toolchain/binutils/patches/2.23.1/120-sh-conf.patch index d92ceb52cf..ce0ec81b89 100644 --- a/toolchain/binutils/patches/2.23.1/120-sh-conf.patch +++ b/toolchain/binutils/patches/2.23.1/120-sh-conf.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -3570,7 +3570,7 @@ case "${target}" in +@@ -3595,7 +3595,7 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; @@ -11,7 +11,7 @@ ;; --- a/configure.ac +++ b/configure.ac -@@ -1006,7 +1006,7 @@ case "${target}" in +@@ -1021,7 +1021,7 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; diff --git a/toolchain/binutils/patches/2.23.1/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.23.1/300-001_ld_makefile_patch.patch index aa853ff542..323655a01c 100644 --- a/toolchain/binutils/patches/2.23.1/300-001_ld_makefile_patch.patch +++ b/toolchain/binutils/patches/2.23.1/300-001_ld_makefile_patch.patch @@ -11,7 +11,7 @@ EMULATION_OFILES = @EMULATION_OFILES@ --- a/ld/Makefile.in +++ b/ld/Makefile.in -@@ -366,7 +366,7 @@ AM_CFLAGS = $(WARN_CFLAGS) +@@ -367,7 +367,7 @@ AM_CFLAGS = $(WARN_CFLAGS) # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. diff --git a/toolchain/binutils/patches/2.23.1/300-012_check_ldrunpath_length.patch b/toolchain/binutils/patches/2.23.1/300-012_check_ldrunpath_length.patch index 1e04000340..7e90d220a4 100644 --- a/toolchain/binutils/patches/2.23.1/300-012_check_ldrunpath_length.patch +++ b/toolchain/binutils/patches/2.23.1/300-012_check_ldrunpath_length.patch @@ -1,6 +1,6 @@ --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em -@@ -1273,6 +1273,8 @@ fragment <