diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-03 01:22:02 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-03 01:22:02 -0800 |
commit | ba8713947ebd50bd7191bf4886399957dc8ed5ee (patch) | |
tree | f5bea03f1172ba09ac51eaf738fe24b5a19a91b6 /patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | 5543f85febff1539e2be751175a1e102c0a056e8 (diff) | |
download | crosstool-ng-ba8713947ebd50bd7191bf4886399957dc8ed5ee.tar.gz crosstool-ng-ba8713947ebd50bd7191bf4886399957dc8ed5ee.tar.bz2 crosstool-ng-ba8713947ebd50bd7191bf4886399957dc8ed5ee.zip |
patches/binutils: Remove old patches for binutils
Since we removed older binutils versions, remove patches as well.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch b/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch deleted file mode 100644 index 33441cc6..00000000 --- a/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- binutils-2.25.orig/gold/binary.cc 2015-06-09 10:48:32.000000000 +0100 -+++ binutils-2.25/gold/binary.cc 2015-06-09 10:49:23.000000000 +0100 -@@ -23,7 +23,7 @@ - #include "gold.h" - - #include <cerrno> --#include <cstring> -+#include <string> - #include "safe-ctype.h" - - #include "elfcpp.h" |