aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/fe310.json
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-02-05 14:27:50 +0100
committerRon Evans <[email protected]>2022-04-23 08:45:46 +0200
commit6b31ee1e9392a463b536735081cc496405929882 (patch)
tree2eeb92533ccb7269a2e013b3feb9520c004598d1 /targets/fe310.json
parentcad6a57077c7887025ba532a03f41d6ad78daa72 (diff)
downloadtinygo-6b31ee1e9392a463b536735081cc496405929882.tar.gz
tinygo-6b31ee1e9392a463b536735081cc496405929882.zip
all: update to LLVM 14
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular builds for now. This uses a branch of the upstream Espressif branch to fix an issue, see: https://github.com/espressif/llvm-project/pull/59
Diffstat (limited to 'targets/fe310.json')
-rw-r--r--targets/fe310.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/fe310.json b/targets/fe310.json
index 2c9e6b5c8..e33308f2e 100644
--- a/targets/fe310.json
+++ b/targets/fe310.json
@@ -1,6 +1,6 @@
{
"inherits": ["riscv32"],
"cpu": "sifive-e31",
- "features": "+a,+c,+m,-64bit,-relax,-save-restore",
+ "features": "+a,+c,+m",
"build-tags": ["fe310", "sifive"]
}