diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-05 18:45:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 18:45:37 +0000 |
commit | 27ce8f39998000aec5c1a309d3147c925117eb93 (patch) | |
tree | 783163ce2c6c8326eb5895065355ab3668326b62 /bsp/sifive-hifive1 | |
parent | 292612e3ed9861088255d961d024863c56e4bd18 (diff) | |
parent | 0af076bd25030fe95336a6314809b0552891225f (diff) |
Merge pull request #177 from sifive/set-cmodel
Use settings.mk to set the code model for the target
Diffstat (limited to 'bsp/sifive-hifive1')
-rw-r--r-- | bsp/sifive-hifive1/settings.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/sifive-hifive1/settings.mk b/bsp/sifive-hifive1/settings.mk index b9424bc..fd73559 100644 --- a/bsp/sifive-hifive1/settings.mk +++ b/bsp/sifive-hifive1/settings.mk @@ -1,2 +1,3 @@ RISCV_ARCH = rv32imac RISCV_ABI = ilp32 +RISCV_CMODEL = medlow |