0072e21fad
All patches from binutils 2.28 are kept, except patch 0906-microblaze-pr21180.patch, because it has been merged upstream as of commit bd757ca7bf5886a4025ca02093fca1b8c5ce11a2. Other patches are slightly adapted to differences that appeared in binutils 2.29. The patches are now all Git formatted, so instead of having weird sequence numbers, they have normal sequence numbers starting from 0001 and incrementing. Since binutils 2.29 is now available as a .tar.xz tarball, we use this format instead of .bz2 used for previous versions. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
49 lines
1.3 KiB
Diff
49 lines
1.3 KiB
Diff
From fdb0d1d63d8dc30b319db174f2a90e681d8cd2ed 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>
|
|
[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 be9dd89..3c0f4c6 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3844,7 +3844,7 @@ case "${target}" in
|
|
or1k*-*-*)
|
|
noconfigdirs="$noconfigdirs gdb"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 532c5c2..4f40318 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1178,7 +1178,7 @@ case "${target}" in
|
|
or1k*-*-*)
|
|
noconfigdirs="$noconfigdirs gdb"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
--
|
|
2.9.4
|
|
|