diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-09-11 13:18:23 +0000 |
commit | 348c3af966da52db55c20b37222e6f95de2627a4 (patch) | |
tree | 0be4852e8e7e6dc308e3527aaa7464ad798229c9 /toolchain/binutils/patches/linaro/120-sh-conf.patch | |
parent | 2dad4ed3579cfc52fc819da7b6d9823385153b76 (diff) | |
download | upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.gz upstream-348c3af966da52db55c20b37222e6f95de2627a4.tar.bz2 upstream-348c3af966da52db55c20b37222e6f95de2627a4.zip |
add support for Linaro binutils 2.23.2-2013.06
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 37944
Diffstat (limited to 'toolchain/binutils/patches/linaro/120-sh-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/linaro/120-sh-conf.patch | 22 |
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) + ;; |