diff options
Diffstat (limited to 'toolchain/binutils/patches/2.23.1/120-sh-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.23.1/120-sh-conf.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.23.1/120-sh-conf.patch b/toolchain/binutils/patches/2.23.1/120-sh-conf.patch deleted file mode 100644 index ce0ec81b89..0000000000 --- a/toolchain/binutils/patches/2.23.1/120-sh-conf.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 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) - ;; |