targets: make compiler runtime selection more configurable

This commit is contained in:
Ayke van Laethem
2018-11-19 20:17:42 +01:00
parent 74b5e28a38
commit f02766265c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type TargetSpec struct {
Triple string `json:"llvm-target"`
BuildTags []string `json:"build-tags"`
Linker string `json:"linker"`
CompilerRT bool `json:"compiler-rt"`
RTLib string `json:"rtlib"` // compiler runtime library (libgcc, compiler-rt)
PreLinkArgs []string `json:"pre-link-args"`
Objcopy string `json:"objcopy"`
Emulator []string `json:"emulator"`