diff -r 3f76cdbceb6e -r 60446d2e5660 patches/binutils/2.20/120-sh-targets.patch --- a/patches/binutils/2.20/120-sh-targets.patch Tue Oct 27 20:06:46 2009 +0100 +++ b/patches/binutils/2.20/120-sh-targets.patch Wed Nov 11 14:44:53 2009 -0800 @@ -1,22 +1,15 @@ -r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines - -Likewise, binutils has no idea about any of these new targets either, so we -fix that up too.. now we're able to actually build a real toolchain for -sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more -inept targets than that one, really. Go look, I promise). - ---- binutils-2.16.90.0.2-dist/configure -+++ binutils-2.16.90.0.2/configure -@@ -1207,7 +1207,7 @@ +--- 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) -@@ -1495,7 +1495,7 @@ +@@ -3390,7 +3390,7 @@ romp-*-*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}" ;; @@ -25,8 +18,8 @@ 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.16.90.0.2-dist/configure.ac -+++ binutils-2.16.90.0.2/configure.ac +--- 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"