board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / binutils / 2.25.1 / 120-sh-conf.patch
blobea3d1b6068aaea7244efe8e5185bb1a7483dd8b5
1 r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
3 Likewise, binutils has no idea about any of these new targets either, so we
4 fix that up too.. now we're able to actually build a real toolchain for
5 sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
6 inept targets than that one, really. Go look, I promise).
8 --- a/configure
9 +++ b/configure
10 @@ -1495,7 +1495,7 @@
11 mips*-*-*)
12 noconfigdirs="$noconfigdirs gprof"
14 - sh-*-* | sh64-*-*)
15 + sh*-*-* | sh64-*-*)
16 case "${target}" in
17 sh*-*-elf)
19 --- a/configure.ac
20 +++ b/configure.ac
21 @@ -712,7 +712,7 @@
22 mips*-*-*)
23 noconfigdirs="$noconfigdirs gprof"
25 - sh-*-* | sh64-*-*)
26 + sh*-*-* | sh64-*-*)
27 case "${target}" in
28 sh*-*-elf)