diff options
author | Alexey Neyman <stilor@att.net> | 2020-02-17 12:59:16 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2020-02-26 11:05:19 -0800 |
commit | db980376cdf74ada7b085e422c52c36a2ce85cd3 (patch) | |
tree | 321896522aa5c05733fd8dfd2d66192857b95ed6 /packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | b56c868175780326ce39a8201c0e4ad178fa06ac (diff) | |
download | crosstool-ng-db980376cdf74ada7b085e422c52c36a2ce85cd3.tar.gz crosstool-ng-db980376cdf74ada7b085e422c52c36a2ce85cd3.tar.bz2 crosstool-ng-db980376cdf74ada7b085e422c52c36a2ce85cd3.zip |
Add binutils 2.34
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch b/packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch new file mode 100644 index 00000000..fbc40418 --- /dev/null +++ b/packages/binutils/2.34/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch @@ -0,0 +1,15 @@ +--- + 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" |