summaryrefslogtreecommitdiff
path: root/tools/common
AgeCommit message (Collapse)AuthorFilesLines
2018-06-27Add FreeBSD and DragonFly targetsGreg V1-0/+16
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev version even uses lld as /usr/bin/ld), function-sections/gc-sections are very well supported. It's probably a Mach-O issue on Macs.
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge6-4/+49
2018-06-03Toml - Slightly better commentingJohn Hodge1-1/+5
2018-06-03All - Move host target auto-detection to be common between compiler and ↵John Hodge1-0/+66
minicargo
2018-05-20Minicargo - Quieten build outputJohn Hodge2-0/+9
2018-05-05Target - Minor fixes to target.toml file loading (should work now)John Hodge1-0/+15
2018-04-01All - Move toml parser and path header to a common library, start on custom ↵John Hodge8-0/+1189
target specs.