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:
Ayke van Laethem
2019-11-30 00:40:09 +01:00
committed by Ron Evans
parent c97b7221bd
commit ad022ef23d
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
"gc": "conservative",
"compiler": "clang",
"linker": "ld.lld",
"rtlib": "compiler-rt",
"cflags": [
"--target=riscv32--none",
"-march=rv32imac",