mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/femtorv/core: Fix standard variant march.
This commit is contained in:
parent
440ef4e2b5
commit
aecfbc0609
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ GCC_FLAGS = {
|
|||
# ||||/--- Single-Precision Floating-Point
|
||||
# |||||/-- Double-Precision Floating-Point
|
||||
# imacfd
|
||||
"standard": "-march=rv32 -mabi=ilp32",
|
||||
"standard": "-march=rv32i -mabi=ilp32",
|
||||
"quark": "-march=rv32i -mabi=ilp32",
|
||||
"tachyon": "-march=rv32i -mabi=ilp32",
|
||||
"electron": "-march=rv32im -mabi=ilp32",
|
||||
|
|
Loading…
Reference in a new issue