diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-24 16:24:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 16:24:09 -0700 |
commit | 1b3ed29eb9add1b9bc9773fe2565cc5af09810a8 (patch) | |
tree | 1a2693774071358985340fbbc70c3fb4fc5ba928 /packages/binutils/2.28/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | 8e8417226d5cdd90896df2c585ad03a995e5e9a1 (diff) | |
parent | 961ea1938204e4fc9199c2ff5933caaa1e3d0710 (diff) | |
download | crosstool-ng-1b3ed29eb9add1b9bc9773fe2565cc5af09810a8.tar.gz crosstool-ng-1b3ed29eb9add1b9bc9773fe2565cc5af09810a8.tar.bz2 crosstool-ng-1b3ed29eb9add1b9bc9773fe2565cc5af09810a8.zip |
Merge pull request #810 from stilor/fix-patching-ports
Fix patching ports
Diffstat (limited to 'packages/binutils/2.28/340-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | packages/binutils/2.28/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/binutils/2.28/340-Darwin-gold-binary-cc-include-string-not-cstring.patch b/packages/binutils/2.28/340-Darwin-gold-binary-cc-include-string-not-cstring.patch deleted file mode 100644 index e4f235b1..00000000 --- a/packages/binutils/2.28/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" |