python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / binutils / 2.26.1 / 0120-sh-conf.patch
blobcc14ef40296cbe80e4fc7268ef0d1f4e4fc44730
1 From 1ceee199e9a32034c6def7700fdbb26335ca76a3 Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@gmail.com>
3 Date: Fri, 25 Dec 2015 11:38:13 +0100
4 Subject: [PATCH] sh-conf
6 Likewise, binutils has no idea about any of these new targets either, so we
7 fix that up too.. now we're able to actually build a real toolchain for
8 sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
9 inept targets than that one, really. Go look, I promise).
11 [Romain: rebase on top of 2.26]
12 Signed-off-by: Romain Naour <romain.naour@gmail.com>
13 ---
14 configure | 2 +-
15 configure.ac | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
18 diff --git a/configure b/configure
19 index 34b66f7..905bc7b 100755
20 --- a/configure
21 +++ b/configure
22 @@ -3939,7 +3939,7 @@ case "${target}" in
23 or1k*-*-*)
24 noconfigdirs="$noconfigdirs gdb"
26 - sh-*-* | sh64-*-*)
27 + sh*-*-* | sh64-*-*)
28 case "${target}" in
29 sh*-*-elf)
31 diff --git a/configure.ac b/configure.ac
32 index 4977d97..1e69ee2 100644
33 --- a/configure.ac
34 +++ b/configure.ac
35 @@ -1276,7 +1276,7 @@ case "${target}" in
36 or1k*-*-*)
37 noconfigdirs="$noconfigdirs gdb"
39 - sh-*-* | sh64-*-*)
40 + sh*-*-* | sh64-*-*)
41 case "${target}" in
42 sh*-*-elf)
44 --
45 2.4.3