summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert Ou <albert@sifive.com>2016-12-13 17:56:44 -0800
committerAlbert Ou <albert@sifive.com>2016-12-14 11:04:03 -0800
commit82d5cab92318ca82f6fb95921cd70e4aefa28cd9 (patch)
tree247d601afd148867255f313c9ccdf31e2788de0b /Makefile
parent6a2f1576ce185b44c31b0fd97f2cc5933a094998 (diff)
Bump riscv-gnu-toolchain and update configure options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41d01c0..33187d3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ openocd: $(openocd_dest)/bin/openocd
$(toolchain_dest)/bin/$(target32)-gcc: $(toolchain_srcdir)
mkdir -p $(toolchain32_wrkdir)
- cd $(toolchain32_wrkdir); $(toolchain_srcdir)/configure --prefix=$(toolchain_dest) --with-arch=RV32IMA
+ cd $(toolchain32_wrkdir); $(toolchain_srcdir)/configure --prefix=$(toolchain_dest) --with-arch=rv32ima --with-abi=ilp32
$(MAKE) -C $(toolchain32_wrkdir)
$(openocd_dest)/bin/openocd: $(openocd_srcdir)