X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2Fbinutils%2Fpatches%2F2.23.1%2F120-sh-conf.patch;fp=toolchain%2Fbinutils%2Fpatches%2F2.23.1%2F120-sh-conf.patch;h=d92ceb52cf95939cee5ba7a8f077538cbee32e0e;hp=0000000000000000000000000000000000000000;hb=0f9ddd52f82b069ddbe9b1f137e8b19e234e6459;hpb=0d29ec18348b9e8e2954a8c9ddcce5ee48c8a8a7 diff --git a/toolchain/binutils/patches/2.23.1/120-sh-conf.patch b/toolchain/binutils/patches/2.23.1/120-sh-conf.patch new file mode 100644 index 0000000000..d92ceb52cf --- /dev/null +++ b/toolchain/binutils/patches/2.23.1/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) + ;;