summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.23.1/120-sh-conf.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-06 10:51:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-06 10:51:40 +0000
commitb1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada (patch)
tree80e0fc3d6248632f29fb7198fef57649e759cb34 /toolchain/binutils/patches/2.23.1/120-sh-conf.patch
parentb757deecadf9faaeddbbbb57a3ca2f4f61d70824 (diff)
downloadmtk-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.23.1/120-sh-conf.patch')
-rw-r--r--toolchain/binutils/patches/2.23.1/120-sh-conf.patch22
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 ce0ec81..0000000
--- 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)
- ;;