From 82d5cab92318ca82f6fb95921cd70e4aefa28cd9 Mon Sep 17 00:00:00 2001 From: Albert Ou Date: Tue, 13 Dec 2016 17:56:44 -0800 Subject: Bump riscv-gnu-toolchain and update configure options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1-18-gbd029