yann@1243: Original patch from: ../crosstool-NG/ct-ng.trunk/patches/binutils/2.19/120-sh-targets.patch yann@1243: yann@1243: -= BEGIN original header =- yann@1243: Original patch from Gentoo: yann@1243: gentoo/src/patchsets/binutils/2.19/12_all_sh-targets.patch yann@1243: yann@1243: r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines yann@1243: yann@1243: Likewise, binutils has no idea about any of these new targets either, so we yann@1243: fix that up too.. now we're able to actually build a real toolchain for yann@1243: sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more yann@1243: inept targets than that one, really. Go look, I promise). yann@1243: yann@1243: -= END original header =- yann@1243: yann@1243: diff -durN binutils-2.19.1.orig/configure binutils-2.19.1/configure yann@1243: --- binutils-2.19.1.orig/configure 2009-03-08 11:57:00.000000000 +0100 yann@1243: +++ binutils-2.19.1/configure 2009-03-08 11:57:00.000000000 +0100 yann@1243: @@ -2281,7 +2281,7 @@ yann@1243: am33_2.0-*-linux*) yann@1243: noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" yann@1243: ;; yann@1243: - sh-*-linux*) yann@1243: + sh*-*-linux*) yann@1243: noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" yann@1243: ;; yann@1243: sh*-*-pe|mips*-*-pe|*arm-wince-pe) yann@1243: @@ -2606,7 +2606,7 @@ yann@1243: romp-*-*) yann@1243: noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}" yann@1243: ;; yann@1243: - sh-*-* | sh64-*-*) yann@1243: + sh*-*-* | sh64-*-*) yann@1243: case "${host}" in yann@1243: i[3456789]86-*-vsta) ;; # don't add gprof back in yann@1243: i[3456789]86-*-go32*) ;; # don't add gprof back in yann@1243: diff -durN binutils-2.19.1.orig/configure.ac binutils-2.19.1/configure.ac yann@1243: --- binutils-2.19.1.orig/configure.ac 2009-02-02 12:54:49.000000000 +0100 yann@1243: +++ binutils-2.19.1/configure.ac 2009-03-08 11:57:00.000000000 +0100 yann@1243: @@ -530,7 +530,7 @@ yann@1243: am33_2.0-*-linux*) yann@1243: noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" yann@1243: ;; yann@1243: - sh-*-linux*) yann@1243: + sh*-*-linux*) yann@1243: noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss" yann@1243: ;; yann@1243: sh*-*-pe|mips*-*-pe|*arm-wince-pe) yann@1243: @@ -855,7 +855,7 @@ yann@1243: romp-*-*) yann@1243: noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}" yann@1243: ;; yann@1243: - sh-*-* | sh64-*-*) yann@1243: + sh*-*-* | sh64-*-*) yann@1243: case "${host}" in yann@1243: i[[3456789]]86-*-vsta) ;; # don't add gprof back in yann@1243: i[[3456789]]86-*-go32*) ;; # don't add gprof back in