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 | 4067bdf501ac6d199a7e34a55e2847210a939d5e (patch) | |
tree | 09d92c63562b972ea465b0341e92f6e0606e0210 /toolchain/binutils/patches/2.20/120-sh-conf.patch | |
parent | f923785f4166039da232f9d25d22c2fd51ebfeb5 (diff) | |
download | master-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.tar.gz master-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.tar.bz2 master-187ad058-4067bdf501ac6d199a7e34a55e2847210a939d5e.zip |
add binutils 2.20
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18263 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |