Refactors Rv64i.scala
This commit is contained in:
@@ -4,5 +4,10 @@ assembler = "gas"
|
||||
instruction_set = "riscv"
|
||||
|
||||
[default_config.opts]
|
||||
compiler = "riscv64-unknown-elf-gcc"
|
||||
compiler_args = [
|
||||
"-march=rv64imfd",
|
||||
"-mabi=lp64d"
|
||||
]
|
||||
diagnostics = true
|
||||
default_diagnostics = true
|
||||
|
||||
Reference in New Issue
Block a user