diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-02-05 03:13:28 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-02-05 03:13:28 -0800 |
commit | ce83329f4da559ebaf0210ec821da541cb62bc49 (patch) | |
tree | 34fec4c2080db23b90fb05c7d9ba93481e7fe7c8 /patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | 6702ff8debf1bc1357cb16cddedb4a2087c80d22 (diff) | |
parent | 46c9c486d02953deb130c427fce1286498f285ff (diff) | |
download | crosstool-ng-ce83329f4da559ebaf0210ec821da541cb62bc49.tar.gz crosstool-ng-ce83329f4da559ebaf0210ec821da541cb62bc49.tar.bz2 crosstool-ng-ce83329f4da559ebaf0210ec821da541cb62bc49.zip |
Merge pull request #331 from bhundven/update_binutils
binutils: Add binutils-2.26
Diffstat (limited to 'patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch b/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch new file mode 100644 index 00000000..e4f235b1 --- /dev/null +++ b/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch @@ -0,0 +1,13 @@ +diff --git a/gold/binary.cc b/gold/binary.cc +index 52df81a..03a8f20 100644 +--- 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" |