1From d71fb5a9999ee7c8963342caa0d5cbb16872ab07 Mon Sep 17 00:00:00 2001
2From: Romain Naour <romain.naour@gmail.com>
3Date: Fri, 25 Dec 2015 11:38:13 +0100
4Subject: [PATCH] sh-conf
5
6Likewise, binutils has no idea about any of these new targets either, so we
7fix that up too.. now we're able to actually build a real toolchain for
8sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
9inept targets than that one, really. Go look, I promise).
10
11Upstream: N/A [Buildroot specific]
12
13[Romain: rebase on top of 2.32]
14Signed-off-by: Romain Naour <romain.naour@gmail.com>
15[Thomas: rebase on top of 2.29, in which sh64 support was removed.]
16Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17---
18 configure    | 2 +-
19 configure.ac | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22diff --git a/configure b/configure
23index 670684d83d1..967c6708a0c 100755
24--- a/configure
25+++ b/configure
26@@ -4042,7 +4042,7 @@ case "${target}" in
27   nvptx*-*-*)
28     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
29     ;;
30-  sh-*-*)
31+  sh*-*-*)
32     case "${target}" in
33       sh*-*-elf)
34          ;;
35diff --git a/configure.ac b/configure.ac
36index 88b4800e298..2c8d08ff6ec 100644
37--- a/configure.ac
38+++ b/configure.ac
39@@ -1269,7 +1269,7 @@ case "${target}" in
40   nvptx*-*-*)
41     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
42     ;;
43-  sh-*-*)
44+  sh*-*-*)
45     case "${target}" in
46       sh*-*-elf)
47          ;;
48--
492.43.0
50
51