summaryrefslogtreecommitdiff
path: root/patches/binutils/2.25.1/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
AgeCommit message (Collapse)AuthorFilesLines
2015-11-22darwin-host: Three build fixes for binutils 2.25{,.1}Ray Donnelly1-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>