patches/binutils/2.20/120-sh-targets.patch
changeset 2663 7179903f8d2e
parent 2662 e7266674d492
child 2664 346263a07115
     1.1 --- a/patches/binutils/2.20/120-sh-targets.patch	Sun Sep 11 18:28:45 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,40 +0,0 @@
     1.4 ---- binutils-2.20-dist/configure
     1.5 -+++ binutils-2.20/configure
     1.6 -@@ -3054,7 +3054,7 @@
     1.7 -   am33_2.0-*-linux*)
     1.8 -     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
     1.9 -     ;;
    1.10 --  sh-*-linux*)
    1.11 -+  sh*-*-linux*)
    1.12 -     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
    1.13 -     ;;
    1.14 -   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
    1.15 -@@ -3390,7 +3390,7 @@
    1.16 -   romp-*-*)
    1.17 -     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
    1.18 -     ;;
    1.19 --  sh-*-* | sh64-*-*)
    1.20 -+  sh*-*-* | sh64-*-*)
    1.21 -     case "${host}" in
    1.22 -       i[3456789]86-*-vsta) ;; # don't add gprof back in
    1.23 -       i[3456789]86-*-go32*) ;; # don't add gprof back in
    1.24 ---- binutils-2.20-dist/configure.ac
    1.25 -+++ binutils-2.20/configure.ac
    1.26 -@@ -424,7 +424,7 @@
    1.27 -   am33_2.0-*-linux*)
    1.28 -     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
    1.29 -     ;;
    1.30 --  sh-*-linux*)
    1.31 -+  sh*-*-linux*)
    1.32 -     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
    1.33 -     ;;    
    1.34 -   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
    1.35 -@@ -712,7 +712,7 @@
    1.36 -   romp-*-*)
    1.37 -     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
    1.38 -     ;;
    1.39 --  sh-*-* | sh64-*-*)
    1.40 -+  sh*-*-* | sh64-*-*)
    1.41 -     case "${host}" in
    1.42 -       i[[3456789]]86-*-vsta) ;; # don't add gprof back in
    1.43 -       i[[3456789]]86-*-go32*) ;; # don't add gprof back in