summaryrefslogtreecommitdiff
path: root/tools/common
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22targets: Add x86_64 and arm targets for HaikuAlexander von Gluck IV1-0/+9
2018-12-22Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it ↵John Hodge1-0/+7
with a lock)
2018-12-15Targets - Add alignment to the target specs, along with a saveback test.John Hodge2-31/+75
2018-11-14Trans - Add initial support for m68kJohn Paul Adrian Glaubitz1-0/+2
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.