diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-02 00:47:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-02 00:47:17 +0000 |
commit | 4fd397fad9e5807aa0c969cbceb026d48212d35f (patch) | |
tree | 6639a3f4fc67a385309db26ead4ec230c3111386 /toolchain/binutils/patches/2.20/120-sh-conf.patch | |
parent | 426c8da71df7a8a283f06bee023abb4d8ddaa30b (diff) | |
download | upstream-4fd397fad9e5807aa0c969cbceb026d48212d35f.tar.gz upstream-4fd397fad9e5807aa0c969cbceb026d48212d35f.tar.bz2 upstream-4fd397fad9e5807aa0c969cbceb026d48212d35f.zip |
add binutils 2.20
SVN-Revision: 18263
Diffstat (limited to 'toolchain/binutils/patches/2.20/120-sh-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.20/120-sh-conf.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.20/120-sh-conf.patch b/toolchain/binutils/patches/2.20/120-sh-conf.patch new file mode 100644 index 0000000000..030fff375c --- /dev/null +++ b/toolchain/binutils/patches/2.20/120-sh-conf.patch @@ -0,0 +1,40 @@ +--- a/configure ++++ b/configure +@@ -3054,7 +3054,7 @@ case "${target}" in + 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 @@ case "${target}" in + 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 +--- a/configure.ac ++++ b/configure.ac +@@ -541,7 +541,7 @@ case "${target}" in + 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 @@ case "${target}" in + 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 |