diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-06 10:51:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-06 10:51:40 +0000 |
commit | b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada (patch) | |
tree | 80e0fc3d6248632f29fb7198fef57649e759cb34 /toolchain/binutils/patches/2.22/120-sh-conf.patch | |
parent | b757deecadf9faaeddbbbb57a3ca2f4f61d70824 (diff) | |
download | mtk-20170518-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.zip mtk-20170518-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.tar.gz mtk-20170518-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.tar.bz2 |
toolchain/binutils: remove obsolete patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41034
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 d92ceb5..0000000 --- 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) - ;; |