summaryrefslogtreecommitdiff
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
parent6a2f1576ce185b44c31b0fd97f2cc5933a094998 (diff)
Bump riscv-gnu-toolchain and update configure options
-rw-r--r--Makefile2
m---------riscv-gnu-toolchain0
2 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)
diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain
-Subproject 55f83087a711a24b8704309b0dd32e6071fcafa
+Subproject e3e50c50f05c747c4a80faed706ded02b7e9b04