Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patches/binutils: Remove old patches for binutils | Bryan Hundven | 2016-01-03 | 1 | -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 Donnelly | 2015-11-22 | 1 | -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> |