diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-08-22 13:17:30 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-08-30 09:53:47 +1200 |
commit | 8105791c34a4e48433facbac556e7aedb114caed (patch) | |
tree | e7d245858fdc547d4147b6659f06c056e605fe64 /packages/binutils/2.43.1/0000-sh-conf.patch | |
parent | 146fee59bc52ad123b0f0d243aee8ead4c7af26a (diff) | |
download | crosstool-ng-8105791c34a4e48433facbac556e7aedb114caed.tar.gz crosstool-ng-8105791c34a4e48433facbac556e7aedb114caed.tar.bz2 crosstool-ng-8105791c34a4e48433facbac556e7aedb114caed.zip |
binutils: Add 2.43.1
https://sourceware.org/pipermail/binutils/2024-August/136396.html
Add the new version rebasing the patches we carry on top.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/binutils/2.43.1/0000-sh-conf.patch')
-rw-r--r-- | packages/binutils/2.43.1/0000-sh-conf.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/binutils/2.43.1/0000-sh-conf.patch b/packages/binutils/2.43.1/0000-sh-conf.patch new file mode 100644 index 00000000..f3279e61 --- /dev/null +++ b/packages/binutils/2.43.1/0000-sh-conf.patch @@ -0,0 +1,32 @@ +From b8fd4192eb490b4dc9db447dd71afaf611dc2a28 Mon Sep 17 00:00:00 2001 +From: Chris Packham <judge.packham@gmail.com> +Date: Mon, 8 Aug 2022 20:31:10 +1200 +Subject: [PATCH 0/8] sh conf + +--- + configure | 2 +- + configure.ac | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +--- a/configure ++++ b/configure +@@ -4042,7 +4042,7 @@ + nvptx*-*-*) + noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" + ;; +- sh-*-*) ++ sh*-*-*) + case "${target}" in + sh*-*-elf) + ;; +--- a/configure.ac ++++ b/configure.ac +@@ -1270,7 +1270,7 @@ + nvptx*-*-*) + noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" + ;; +- sh-*-*) ++ sh*-*-*) + case "${target}" in + sh*-*-elf) + ;; |