mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
riscv: add support for compiler-rt
This gets all the tests to compile and many of them to pass. There are some issues left, but those are probably unrelated to compiler-rt.
This commit is contained in:
committed by
Ron Evans
parent
c97b7221bd
commit
ad022ef23d
@@ -6,6 +6,7 @@
|
||||
"gc": "conservative",
|
||||
"compiler": "clang",
|
||||
"linker": "ld.lld",
|
||||
"rtlib": "compiler-rt",
|
||||
"cflags": [
|
||||
"--target=riscv32--none",
|
||||
"-march=rv32imac",
|
||||
|
||||
Reference in New Issue
Block a user