64be43e66b
Rebase existing patches. Keep BR2_BINFMT_FLAT disabled for binutils 2.34 since elf2flt issue is not fixed [1] [2]. [1] https://github.com/uclinux-dev/elf2flt/pull/16 [2] https://github.com/uclinux-dev/elf2flt/issues/12 See announce: https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00000.html Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
49 lines
1.4 KiB
Diff
49 lines
1.4 KiB
Diff
From a4292f2852027008714c5ccdbab77af0b36f3928 Mon Sep 17 00:00:00 2001
|
|
From: Romain Naour <romain.naour@gmail.com>
|
|
Date: Fri, 25 Dec 2015 11:38:13 +0100
|
|
Subject: [PATCH] sh-conf
|
|
|
|
Likewise, binutils has no idea about any of these new targets either, so we
|
|
fix that up too.. now we're able to actually build a real toolchain for
|
|
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
|
|
inept targets than that one, really. Go look, I promise).
|
|
|
|
[Romain: rebase on top of 2.32]
|
|
Signed-off-by: Romain Naour <romain.naour@gmail.com>
|
|
[Thomas: rebase on top of 2.29, in which sh64 support was removed.]
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
---
|
|
configure | 2 +-
|
|
configure.ac | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 91dc42f6c7..92f70a4ce6 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3915,7 +3915,7 @@ case "${target}" in
|
|
nvptx*-*-*)
|
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 4bd869a63a..139e0aa6ab 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1159,7 +1159,7 @@ case "${target}" in
|
|
nvptx*-*-*)
|
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
--
|
|
2.24.1
|
|
|