aboutsummaryrefslogtreecommitdiff
path: root/packages/binutils/2.36.1/0000-sh-conf.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-14 15:56:42 +1300
committerGitHub <noreply@github.com>2021-02-14 15:56:42 +1300
commit8d30e8fd148af05ab86c2ce44f7c1955159c04e3 (patch)
tree26f360485d4ffd060d804296ffe338e60f7cf69e /packages/binutils/2.36.1/0000-sh-conf.patch
parent5b0e0127e189c08e433ae25dbceead63da5ef2d7 (diff)
parentacd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2 (diff)
downloadcrosstool-ng-8d30e8fd148af05ab86c2ce44f7c1955159c04e3.tar.gz
crosstool-ng-8d30e8fd148af05ab86c2ce44f7c1955159c04e3.tar.bz2
crosstool-ng-8d30e8fd148af05ab86c2ce44f7c1955159c04e3.zip
Merge pull request #1455 from egtvedt/add-binutils-2.36.1-and-glibc-2.33
Add binutils 2.36.1 and glibc 2.33
Diffstat (limited to 'packages/binutils/2.36.1/0000-sh-conf.patch')
-rw-r--r--packages/binutils/2.36.1/0000-sh-conf.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/binutils/2.36.1/0000-sh-conf.patch b/packages/binutils/2.36.1/0000-sh-conf.patch
new file mode 100644
index 00000000..83d40a08
--- /dev/null
+++ b/packages/binutils/2.36.1/0000-sh-conf.patch
@@ -0,0 +1,34 @@
+r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
+
+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).
+
+---
+ configure | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- 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)
+ ;;
+--- 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)
+ ;;