aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/linaro/120-sh-conf.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-09-11 13:18:23 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-09-11 13:18:23 +0000
commitc1855f67b02522a44734c79520bed547ed9fc19e (patch)
treec157ec65038283f8d56a18d5da29832863f19a23 /toolchain/binutils/patches/linaro/120-sh-conf.patch
parentdbfb7e181184fcdb71d22e42a1c597179ced42e7 (diff)
downloadmaster-187ad058-c1855f67b02522a44734c79520bed547ed9fc19e.tar.gz
master-187ad058-c1855f67b02522a44734c79520bed547ed9fc19e.tar.bz2
master-187ad058-c1855f67b02522a44734c79520bed547ed9fc19e.zip
[toolchain/binutils]: add support for Linaro binutils 2.23.2-2013.06
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/linaro/120-sh-conf.patch')
-rw-r--r--toolchain/binutils/patches/linaro/120-sh-conf.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/linaro/120-sh-conf.patch b/toolchain/binutils/patches/linaro/120-sh-conf.patch
new file mode 100644
index 0000000000..ce0ec81b89
--- /dev/null
+++ b/toolchain/binutils/patches/linaro/120-sh-conf.patch
@@ -0,0 +1,22 @@
+--- a/configure
++++ b/configure
+@@ -3595,7 +3595,7 @@ case "${target}" in
+ mips*-*-*)
+ noconfigdirs="$noconfigdirs gprof"
+ ;;
+- sh-*-* | sh64-*-*)
++ sh*-*-* | sh64-*-*)
+ case "${target}" in
+ sh*-*-elf)
+ ;;
+--- a/configure.ac
++++ b/configure.ac
+@@ -1021,7 +1021,7 @@ case "${target}" in
+ mips*-*-*)
+ noconfigdirs="$noconfigdirs gprof"
+ ;;
+- sh-*-* | sh64-*-*)
++ sh*-*-* | sh64-*-*)
+ case "${target}" in
+ sh*-*-elf)
+ ;;