From 0af076bd25030fe95336a6314809b0552891225f Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Fri, 15 Feb 2019 15:47:35 -0800 Subject: Add RISCV_CMODEL to settings.mk Signed-off-by: Nathaniel Graff --- bsp/coreip-e24-arty/settings.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'bsp/coreip-e24-arty/settings.mk') diff --git a/bsp/coreip-e24-arty/settings.mk b/bsp/coreip-e24-arty/settings.mk index 31143b5..829d3e8 100644 --- a/bsp/coreip-e24-arty/settings.mk +++ b/bsp/coreip-e24-arty/settings.mk @@ -1,2 +1,3 @@ RISCV_ARCH=rv32imac RISCV_ABI=ilp32 +RISCV_CMODEL=medlow -- cgit v1.2.3