From 0ffbe196d54476d5fe91c5f5d76b060cd42d5403 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 8 Feb 2012 15:49:48 +0000 Subject: [toolchain/binutils]: add binutils 2.22 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/patches/2.22/120-sh-conf.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 toolchain/binutils/patches/2.22/120-sh-conf.patch (limited to 'toolchain/binutils/patches/2.22/120-sh-conf.patch') 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 000000000..d92ceb52c --- /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) + ;; -- cgit v1.2.3