main: allow changing the clang command name

This commit is contained in:
Ayke van Laethem
2019-04-27 17:31:50 +02:00
committed by Ron Evans
parent 5ca2e1322c
commit 1d59a960bc
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"build-tags": ["cortexm", "linux", "arm"],
"goos": "linux",
"goarch": "arm",
"compiler": "clang-8",
"compiler": "clang",
"gc": "marksweep",
"linker": "ld.lld",
"rtlib": "compiler-rt",
+1 -1
View File
@@ -3,7 +3,7 @@
"build-tags": ["js", "wasm"],
"goos": "js",
"goarch": "wasm",
"compiler": "clang-8",
"compiler": "clang",
"linker": "wasm-ld",
"cflags": [
"--target=wasm32",