[backfire] cleanup: remove refs to unsupported "coldfire" target
[openwrt-10.03/.git] / toolchain / binutils / patches / 2.19.1+cs / 120-sh-conf.patch
1 --- a/configure
2 +++ b/configure
3 @@ -2298,7 +2298,7 @@ case "${target}" in
4    am33_2.0-*-linux*)
5      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
6      ;;
7 -  sh-*-linux*)
8 +  sh*-*-linux*)
9      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
10      ;;
11    sh*-*-pe|mips*-*-pe|*arm-wince-pe)
12 @@ -2632,7 +2632,7 @@ case "${target}" in
13    romp-*-*)
14      noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
15      ;;
16 -  sh-*-* | sh64-*-*)
17 +  sh*-*-* | sh64-*-*)
18      case "${host}" in
19        i[3456789]86-*-vsta) ;; # don't add gprof back in
20        i[3456789]86-*-go32*) ;; # don't add gprof back in
21 --- a/configure.ac
22 +++ b/configure.ac
23 @@ -534,7 +534,7 @@ case "${target}" in
24    am33_2.0-*-linux*)
25      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
26      ;;
27 -  sh-*-linux*)
28 +  sh*-*-linux*)
29      noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
30      ;;    
31    sh*-*-pe|mips*-*-pe|*arm-wince-pe)
32 @@ -868,7 +868,7 @@ case "${target}" in
33    romp-*-*)
34      noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
35      ;;
36 -  sh-*-* | sh64-*-*)
37 +  sh*-*-* | sh64-*-*)
38      case "${host}" in
39        i[[3456789]]86-*-vsta) ;; # don't add gprof back in
40        i[[3456789]]86-*-go32*) ;; # don't add gprof back in