aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.22/120-sh-conf.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-02-08 15:49:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-02-08 15:49:48 +0000
commit85e9b90485c27c4b08146cb5c61af3f60579a806 (patch)
tree772092ab676fdb472841bc6070cd2153f9c48d10 /toolchain/binutils/patches/2.22/120-sh-conf.patch
parent52d118e8be103fa67d1f2340d9889ec958e2442d (diff)
downloadmaster-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.tar.gz
master-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.tar.bz2
master-187ad058-85e9b90485c27c4b08146cb5c61af3f60579a806.zip
[toolchain/binutils]: add binutils 2.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.22/120-sh-conf.patch')
-rw-r--r--toolchain/binutils/patches/2.22/120-sh-conf.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.22/120-sh-conf.patch b/toolchain/binutils/patches/2.22/120-sh-conf.patch
new file mode 100644
index 0000000000..d92ceb52cf
--- /dev/null
+++ b/toolchain/binutils/patches/2.22/120-sh-conf.patch
@@ -0,0 +1,22 @@
+--- a/configure
++++ b/configure
+@@ -3570,7 +3570,7 @@ case "${target}" in
+ mips*-*-*)
+ noconfigdirs="$noconfigdirs gprof"
+ ;;
+- sh-*-* | sh64-*-*)
++ sh*-*-* | sh64-*-*)
+ case "${target}" in
+ sh*-*-elf)
+ ;;
+--- a/configure.ac
++++ b/configure.ac
+@@ -1006,7 +1006,7 @@ case "${target}" in
+ mips*-*-*)
+ noconfigdirs="$noconfigdirs gprof"
+ ;;
+- sh-*-* | sh64-*-*)
++ sh*-*-* | sh64-*-*)
+ case "${target}" in
+ sh*-*-elf)
+ ;;