194da6a782
Release notes: We are very sorry to have to report that a problem was found with the GNU Binutils 2.36 release. It turns out that it contained a small portion of code that was not covered by an FSF copyright assignment. So we have created a replacement release - 2.36.1 - with that code removed. In addition we found that a fix for a theoretical security vulnerability[1] was itself broken and could result in the archiver program "ar" misbehaving. So we have chosen to revert the fix from the 2.36.1 release whilst the problem is properly resolved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
49 lines
1.4 KiB
Diff
49 lines
1.4 KiB
Diff
From f88f4c77266b9669b285ab64386cf39e183661bb 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 68779feb42b..8b4333b2c15 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3887,7 +3887,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 d16a2757689..035854759ed 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1177,7 +1177,7 @@ case "${target}" in
|
|
nvptx*-*-*)
|
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
|
;;
|
|
- sh-*-*)
|
|
+ sh*-*-*)
|
|
case "${target}" in
|
|
sh*-*-elf)
|
|
;;
|
|
--
|
|
2.29.2
|
|
|