2ffc628448
- Patch 0100-elf32-arm-no-data-fix.patch is upstream as of commit 6342be709e8749d0a44c02e1876ddca360bfd52f, so it is removed. - Patch 0130-tc-xtensa.c-fixup-xg_reverse_shift_count-typo.patch is upstream as of commit 78fb7e37eb8bb08ae537d6c487996ff17c810332, so it is removed. - Patch 0900-Revert-part-Set-dynamic-tag-VMA-and-size-from-dynami.patch is upstream as of commit c646b02fdcae5f37bd88f33a0c4683ef13ad5c82, so it is removed. - All other patches are kept, just refreshed to apply cleanly on the new binutils version. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> [Thomas: improve commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
47 lines
1.2 KiB
Diff
47 lines
1.2 KiB
Diff
From 1ceee199e9a32034c6def7700fdbb26335ca76a3 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.26]
|
|
Signed-off-by: Romain Naour <romain.naour@gmail.com>
|
|
---
|
|
configure | 2 +-
|
|
configure.ac | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 34b66f7..905bc7b 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3943,7 +3943,7 @@ case "${target}" in
|
|
or1k*-*-*)
|
|
noconfigdirs="$noconfigdirs gdb"
|
|
;;
|
|
- sh-*-* | sh64-*-*)
|
|
+ sh*-*-* | sh64-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 4977d97..1e69ee2 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1279,7 +1279,7 @@ case "${target}" in
|
|
or1k*-*-*)
|
|
noconfigdirs="$noconfigdirs gdb"
|
|
;;
|
|
- sh-*-* | sh64-*-*)
|
|
+ sh*-*-* | sh64-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
--
|
|
2.4.3
|
|
|