diff options
author | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2023-09-05 08:31:55 +0200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-12-08 12:19:38 +1300 |
commit | d5694c660f88b345ff8e8f3f7a73943b8afb4530 (patch) | |
tree | 0e61952269ccdf2b56f5dde6e26a50d90e4830ce /packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | d91732672e55d7186ef9e21206515d644455000f (diff) | |
download | crosstool-ng-d5694c660f88b345ff8e8f3f7a73943b8afb4530.tar.gz crosstool-ng-d5694c660f88b345ff8e8f3f7a73943b8afb4530.tar.bz2 crosstool-ng-d5694c660f88b345ff8e8f3f7a73943b8afb4530.zip |
binutils: Add binutils 2.41
https://sourceware.org/pipermail/binutils/2023-July/128719.html
Forward ported all patches from binutils 2.40, with only minor
adjustment to match new upstream code in patch
0007-poison-system-directories.patch.
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to 'packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch b/packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch new file mode 100644 index 00000000..6b93144a --- /dev/null +++ b/packages/binutils/2.41/0004-Darwin-gold-binary-cc-include-string-not-cstring.patch @@ -0,0 +1,20 @@ +From 5437b55508908fc26e8757007206a69160c382a9 Mon Sep 17 00:00:00 2001 +From: Chris Packham <judge.packham@gmail.com> +Date: Mon, 8 Aug 2022 20:37:47 +1200 +Subject: [PATCH] Darwin gold binary cc include string not cstring + +--- + gold/binary.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/gold/binary.cc ++++ b/gold/binary.cc +@@ -23,7 +23,7 @@ + #include "gold.h" + + #include <cerrno> +-#include <cstring> ++#include <string> + + #include "elfcpp.h" + #include "stringpool.h" |