7eee918ba3
Keep sh-conf and poison-system-directories patches. Remove xtensa patches already in this version [1] [2] [3]. Revert an upstream patch since it prevent booting a sh4 system under Qemu as reported on the Binutils mailing list [5] [6]. This commit is not related to sh4, it's weird that it is the only affected architecture. [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=2487ef07c28b961c6e2b8c51161f88f93b181d07 [2] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=403b0b61f6d4358aee8493cb1d11814e368942c9 [3] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=548791769dc737f05cb12e5ee4190b7e853beac9 [4] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=ebd2263ba9a9124d93bbc0ece63d7e0fae89b40e [5] https://sourceware.org/ml/binutils/2019-10/msg00105.html [6] https://sourceware.org/ml/binutils/2019-11/msg00407.html See: https://www.sourceware.org/ml/binutils/2019-10/msg00103.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
49 lines
1.4 KiB
Diff
49 lines
1.4 KiB
Diff
From 3220c7e65ccfe41eceaaa6f1707f7f5775d9a4b0 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 6a9719f6091..796641b6aa3 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3865,7 +3865,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 7433badc217..dce082fb58e 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1158,7 +1158,7 @@ case "${target}" in
|
|
nvptx*-*-*)
|
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
--
|
|
2.23.0
|
|
|