riscv: refactor assembly files to support RV64 and F extension

This commit is contained in:
Yannis Huber
2020-07-01 23:26:33 +02:00
committed by Ron Evans
parent 66b21b4c86
commit 43a66b39cc
9 changed files with 163 additions and 147 deletions
+2 -5
View File
@@ -5,13 +5,10 @@
"cflags": [
"--target=riscv64--none",
"-march=rv64gc",
"-mabi=lp64"
"-mabi=lp64",
"-D=RV64"
],
"ldflags": [
"-melf64lriscv"
],
"extra-files": [
"src/runtime/scheduler_tinygoriscv64.S",
"src/device/riscv/handleinterrupt64.S"
]
}