diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-01-30 12:57:27 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-03-12 13:04:25 +1300 |
commit | ecc5e416181f39bed1b9690f4a9fd0178d797365 (patch) | |
tree | 9f05801f56e1c54f5457fa6188ba1d3bf703dafa /packages/binutils/2.42/0000-sh-conf.patch | |
parent | c64500d94be92ed1bcdfdef911048a14e216a5e1 (diff) | |
download | crosstool-ng-ecc5e416181f39bed1b9690f4a9fd0178d797365.tar.gz crosstool-ng-ecc5e416181f39bed1b9690f4a9fd0178d797365.tar.bz2 crosstool-ng-ecc5e416181f39bed1b9690f4a9fd0178d797365.zip |
binutils: Add 2.42 release
Add the new release and rebase the local patches. Add a new patch which
resolves a build issue on macOS.
https://sourceware.org/pipermail/binutils/2024-January/132213.html
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'packages/binutils/2.42/0000-sh-conf.patch')
-rw-r--r-- | packages/binutils/2.42/0000-sh-conf.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/binutils/2.42/0000-sh-conf.patch b/packages/binutils/2.42/0000-sh-conf.patch new file mode 100644 index 00000000..98114f06 --- /dev/null +++ b/packages/binutils/2.42/0000-sh-conf.patch @@ -0,0 +1,32 @@ +From feb95096c21b037cf8fe3a6abc54e88853f29f64 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] 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 +@@ -1269,7 +1269,7 @@ + nvptx*-*-*) + noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" + ;; +- sh-*-*) ++ sh*-*-*) + case "${target}" in + sh*-*-elf) + ;; |