ea3d1b6068aaea7244efe8e5185bb1a7483dd8b5
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / binutils / 2.24 / 120-sh-conf.patch
1 r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
2
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).
7
8 --- a/configure
9 +++ b/configure
10 @@ -1495,7 +1495,7 @@
11    mips*-*-*)
12      noconfigdirs="$noconfigdirs gprof"
13      ;;
14 -  sh-*-* | sh64-*-*)
15 +  sh*-*-* | sh64-*-*)
16      case "${target}" in
17        sh*-*-elf)
18           ;;
19 --- a/configure.ac
20 +++ b/configure.ac
21 @@ -712,7 +712,7 @@
22    mips*-*-*)
23      noconfigdirs="$noconfigdirs gprof"
24      ;;
25 -  sh-*-* | sh64-*-*)
26 +  sh*-*-* | sh64-*-*)
27      case "${target}" in
28        sh*-*-elf)
29           ;;