diff options
author | Albert Ou <albert@sifive.com> | 2016-12-13 17:56:44 -0800 |
---|---|---|
committer | Albert Ou <albert@sifive.com> | 2016-12-14 11:04:03 -0800 |
commit | 82d5cab92318ca82f6fb95921cd70e4aefa28cd9 (patch) | |
tree | 247d601afd148867255f313c9ccdf31e2788de0b /Makefile | |
parent | 6a2f1576ce185b44c31b0fd97f2cc5933a094998 (diff) |
Bump riscv-gnu-toolchain and update configure options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |