mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 02:56:40 +00:00
ecc5e41618
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>
33 lines
767 B
Diff
33 lines
767 B
Diff
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)
|
|
;;
|