diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/cortex-m.json | 2 | ||||
-rw-r--r-- | targets/wasm.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/cortex-m.json b/targets/cortex-m.json index eaba15953..e9db29788 100644 --- a/targets/cortex-m.json +++ b/targets/cortex-m.json @@ -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", diff --git a/targets/wasm.json b/targets/wasm.json index 8b5ed8553..4bde3b746 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -3,7 +3,7 @@ "build-tags": ["js", "wasm"], "goos": "js", "goarch": "wasm", - "compiler": "clang-8", + "compiler": "clang", "linker": "wasm-ld", "cflags": [ "--target=wasm32", |