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.23.1/120-sh-conf.patch | |
parent | b757deecadf9faaeddbbbb57a3ca2f4f61d70824 (diff) | |
download | upstream-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.tar.gz upstream-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.tar.bz2 upstream-b1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada.zip |
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.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) - ;; |