mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
riscv: fix offset in 64bit scheduler
Also keep common start.S file for 64 and 32 bit architectures.
This commit is contained in:
@@ -16,5 +16,8 @@
|
||||
"ldflags": [
|
||||
"--gc-sections"
|
||||
],
|
||||
"extra-files": [
|
||||
"src/device/riscv/start.S"
|
||||
],
|
||||
"gdb": "riscv64-unknown-elf-gdb"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user