diff options
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, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.22/120-sh-conf.patch b/toolchain/binutils/patches/2.22/120-sh-conf.patch deleted file mode 100644 index d92ceb52cf..0000000000 --- a/toolchain/binutils/patches/2.22/120-sh-conf.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 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) - ;; |