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-s54 | |
parent | e7a3c3a2999a7b1ffbab96b5bc83061ca6f387d3 (diff) |
E76, S76 pmp not working, floating compiler/linker not working
Diffstat (limited to 'bsp/coreip-s54')
-rw-r--r-- | bsp/coreip-s54/settings.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bsp/coreip-s54/settings.mk b/bsp/coreip-s54/settings.mk index 3d1ed75..553417e 100644 --- a/bsp/coreip-s54/settings.mk +++ b/bsp/coreip-s54/settings.mk @@ -1,3 +1,3 @@ -RISCV_ARCH=rv64imafdc -RISCV_ABI=lp64d +RISCV_ARCH=rv64imac +RISCV_ABI=lp64 COREIP_MEM_WIDTH=64 |