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
@@ -2,7 +2,7 @@
"llvm-target": "armv7em-none-eabi",
"build-tags": ["pca10040", "nrf52832", "nrf52", "nrf", "tinygo.arm", "js", "wasm"],
"linker": "arm-none-eabi-gcc",
"compiler-rt": true,
"rtlib": "compiler-rt",
"pre-link-args": [
"-nostdlib",
"-nostartfiles",