2009-11-11 22:44:53 +00:00
|
|
|
--- binutils-2.20-dist/configure
|
|
|
|
+++ binutils-2.20/configure
|
|
|
|
@@ -3054,7 +3054,7 @@
|
2009-10-27 19:06:46 +00:00
|
|
|
am33_2.0-*-linux*)
|
|
|
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
|
|
|
|
;;
|
|
|
|
- sh-*-linux*)
|
|
|
|
+ sh*-*-linux*)
|
|
|
|
noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
|
2009-11-11 22:44:53 +00:00
|
|
|
;;
|
2009-10-27 19:06:46 +00:00
|
|
|
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
2009-11-11 22:44:53 +00:00
|
|
|
@@ -3390,7 +3390,7 @@
|
2009-10-27 19:06:46 +00:00
|
|
|
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
|
2009-11-11 22:44:53 +00:00
|
|
|
--- binutils-2.20-dist/configure.ac
|
|
|
|
+++ binutils-2.20/configure.ac
|
2009-10-27 19:06:46 +00:00
|
|
|
@@ -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
|