diff options
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, 0 insertions, 13 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 deleted file mode 100644 index e4f235b1..00000000 --- a/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch +++ /dev/null @@ -1,13 +0,0 @@ -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" |