1From 87551ade276aa0db86c4567b3ac219c4f979b538 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 417fc5a970c..fa8ba331796 100755 24--- a/configure 25+++ b/configure 26@@ -4067,7 +4067,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 3a1eb0357e5..d700c14ddf5 100644 37--- a/configure.ac 38+++ b/configure.ac 39@@ -1300,7 +1300,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.40.1 50 51