diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-01 23:24:36 -0800 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-01 23:24:36 -0800 |
commit | 3cd57c399b080cc3eee813c339258fbb287bf95e (patch) | |
tree | 2efee76ed7a719364fc916307aacf8a44927c005 /bsp/coreip-e34 | |
parent | e7a3c3a2999a7b1ffbab96b5bc83061ca6f387d3 (diff) |
E76, S76 pmp not working, floating compiler/linker not working
Diffstat (limited to 'bsp/coreip-e34')
-rw-r--r-- | bsp/coreip-e34/settings.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bsp/coreip-e34/settings.mk b/bsp/coreip-e34/settings.mk index e89e1ee..0c818ec 100644 --- a/bsp/coreip-e34/settings.mk +++ b/bsp/coreip-e34/settings.mk @@ -1,5 +1,5 @@ #write_config_file -RISCV_ARCH=rv32imafc -RISCV_ABI=ilp32f +RISCV_ARCH=rv32imac +RISCV_ABI=ilp32 COREIP_MEM_WIDTH=32 |