patches/binutils/2.20/120-sh-targets.patch
changeset 1621 60446d2e5660
parent 1614 3f76cdbceb6e
     1.1 --- a/patches/binutils/2.20/120-sh-targets.patch	Tue Oct 27 20:06:46 2009 +0100
     1.2 +++ b/patches/binutils/2.20/120-sh-targets.patch	Wed Nov 11 14:44:53 2009 -0800
     1.3 @@ -1,22 +1,15 @@
     1.4 -r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
     1.5 -
     1.6 -Likewise, binutils has no idea about any of these new targets either, so we 
     1.7 -fix that up too.. now we're able to actually build a real toolchain for 
     1.8 -sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more 
     1.9 -inept targets than that one, really. Go look, I promise).
    1.10 -
    1.11 ---- binutils-2.16.90.0.2-dist/configure
    1.12 -+++ binutils-2.16.90.0.2/configure
    1.13 -@@ -1207,7 +1207,7 @@
    1.14 +--- binutils-2.20-dist/configure
    1.15 ++++ binutils-2.20/configure
    1.16 +@@ -3054,7 +3054,7 @@
    1.17     am33_2.0-*-linux*)
    1.18       noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
    1.19       ;;
    1.20  -  sh-*-linux*)
    1.21  +  sh*-*-linux*)
    1.22       noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
    1.23 -     ;;    
    1.24 +     ;;
    1.25     sh*-*-pe|mips*-*-pe|*arm-wince-pe)
    1.26 -@@ -1495,7 +1495,7 @@
    1.27 +@@ -3390,7 +3390,7 @@
    1.28     romp-*-*)
    1.29       noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
    1.30       ;;
    1.31 @@ -25,8 +18,8 @@
    1.32       case "${host}" in
    1.33         i[3456789]86-*-vsta) ;; # don't add gprof back in
    1.34         i[3456789]86-*-go32*) ;; # don't add gprof back in
    1.35 ---- binutils-2.16.90.0.2-dist/configure.ac
    1.36 -+++ binutils-2.16.90.0.2/configure.ac
    1.37 +--- binutils-2.20-dist/configure.ac
    1.38 ++++ binutils-2.20/configure.ac
    1.39  @@ -424,7 +424,7 @@
    1.40     am33_2.0-*-linux*)
    1.41       noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"