diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
commit | 6260e6ef480af162cd2f62f2aeeba639f29727ff (patch) | |
tree | 66ca7619500ca4a8beb8a601642eb848bd73e9b3 /toolchain/binutils/patches/2.21.1/120-sh-conf.patch | |
parent | 8221b8908845d17b679e2881cd034e8a160ecbea (diff) | |
download | upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.tar.gz upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.tar.bz2 upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.zip |
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37093
Diffstat (limited to 'toolchain/binutils/patches/2.21.1/120-sh-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.21.1/120-sh-conf.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/toolchain/binutils/patches/2.21.1/120-sh-conf.patch b/toolchain/binutils/patches/2.21.1/120-sh-conf.patch deleted file mode 100644 index caef550d8c..0000000000 --- a/toolchain/binutils/patches/2.21.1/120-sh-conf.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/configure -+++ b/configure -@@ -3148,7 +3148,7 @@ case "${target}" in - am33_2.0-*-linux*) - noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" - ;; -- sh-*-linux*) -+ sh*-*-linux*) - noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" - ;; - sh*-*-pe|mips*-*-pe|*arm-wince-pe) -@@ -3487,7 +3487,7 @@ case "${target}" in - romp-*-*) - noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}" - ;; -- sh-*-* | sh64-*-*) -+ sh*-*-* | sh64-*-*) - case "${host}" in - i[3456789]86-*-vsta) ;; # don't add gprof back in - i[3456789]86-*-go32*) ;; # don't add gprof back in ---- a/configure.ac -+++ b/configure.ac -@@ -620,7 +620,7 @@ case "${target}" in - am33_2.0-*-linux*) - noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" - ;; -- sh-*-linux*) -+ sh*-*-linux*) - noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" - ;; - sh*-*-pe|mips*-*-pe|*arm-wince-pe) -@@ -959,7 +959,7 @@ case "${target}" in - romp-*-*) - noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}" - ;; -- sh-*-* | sh64-*-*) -+ sh*-*-* | sh64-*-*) - case "${host}" in - i[[3456789]]86-*-vsta) ;; # don't add gprof back in - i[[3456789]]86-*-go32*) ;; # don't add gprof back in |