From 01d16b6f26ab5992f3dc9603a91a890d46763d7e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 11 Sep 2011 18:26:12 +0200 Subject: binutils/binutils: fixup version strings Recently, all binutils versions have been renamed after a GPL compliance issue was found and fixed in binutils; http://sourceware.org/ml/binutils/2011-08/msg00198.html Old versions are no-longer available since the rename (eg. 2.19 has been superseeded by 2.19.1, and only 2.19.1a was regenerated). Remove now-missing versions. Signed-off-by: "Yann E. MORIN" --- patches/binutils/2.20/120-sh-targets.patch | 40 ------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 patches/binutils/2.20/120-sh-targets.patch (limited to 'patches/binutils/2.20/120-sh-targets.patch') diff --git a/patches/binutils/2.20/120-sh-targets.patch b/patches/binutils/2.20/120-sh-targets.patch deleted file mode 100644 index ca1a1f71..00000000 --- a/patches/binutils/2.20/120-sh-targets.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- binutils-2.20-dist/configure -+++ binutils-2.20/configure -@@ -3054,7 +3054,7 @@ - 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) -@@ -3390,7 +3390,7 @@ - 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 ---- binutils-2.20-dist/configure.ac -+++ binutils-2.20/configure.ac -@@ -424,7 +424,7 @@ - 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) -@@ -712,7 +712,7 @@ - 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 -- cgit v1.2.3