aboutsummaryrefslogtreecommitdiff
path: root/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
Commit message (Collapse)AuthorAgeFilesLines
* patches/binutils: Remove old patches for binutilsBryan Hundven2016-01-031-11/+0
| | | | | | Since we removed older binutils versions, remove patches as well. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* darwin-host: Three build fixes for binutils 2.25{,.1}Ray Donnelly2015-11-221-0/+11
1. Need to include <string> not <cstring> in gold's binary.cc 2. wcsncasecmp isn't always defined in Mac SDK 3. PTHREAD_ONCE_INIT is {0x30B1BCBA, {0}}, so can't be trivially assigned in an intializer list. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>