diff options
Diffstat (limited to 'patches/binutils/2.20.1/120-sh-targets.patch')
-rw-r--r-- | patches/binutils/2.20.1/120-sh-targets.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/patches/binutils/2.20.1/120-sh-targets.patch b/patches/binutils/2.20.1/120-sh-targets.patch new file mode 100644 index 00000000..6e772d7d --- /dev/null +++ b/patches/binutils/2.20.1/120-sh-targets.patch @@ -0,0 +1,44 @@ + + +diff -durN binutils-2.20.1.orig/configure binutils-2.20.1/configure +--- binutils-2.20.1.orig/configure 2010-08-17 19:32:05.000000000 +0200 ++++ binutils-2.20.1/configure 2010-08-17 19:32:07.000000000 +0200 +@@ -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) +@@ -3390,7 +3390,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 +diff -durN binutils-2.20.1.orig/configure.ac binutils-2.20.1/configure.ac +--- binutils-2.20.1.orig/configure.ac 2010-03-03 15:19:08.000000000 +0100 ++++ binutils-2.20.1/configure.ac 2010-08-17 19:32:07.000000000 +0200 +@@ -541,7 +541,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) +@@ -877,7 +877,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 |