diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:49:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:49:48 +0000 |
commit | 09a8334a1e36e2610a01a726fd41383d0870038a (patch) | |
tree | 8edbd8520d8810c3745c9b90cb4c7945231a175d /toolchain/binutils/patches/2.22/120-sh-conf.patch | |
parent | 9bf867b53132f595cae90cc201798bd1f77dfb64 (diff) | |
download | upstream-09a8334a1e36e2610a01a726fd41383d0870038a.tar.gz upstream-09a8334a1e36e2610a01a726fd41383d0870038a.tar.bz2 upstream-09a8334a1e36e2610a01a726fd41383d0870038a.zip |
add binutils 2.22
SVN-Revision: 30375
Diffstat (limited to 'toolchain/binutils/patches/2.22/120-sh-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.22/120-sh-conf.patch | 22 |
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) + ;; |