Bump riscv-tools, to get some -mcmodel=medany fixes (#739)
This commit is contained in:
parent
5f3a4ada1b
commit
23706113c2
@ -31,6 +31,7 @@ addons:
|
||||
- flex
|
||||
- texinfo
|
||||
- device-tree-compiler
|
||||
- libusb-1.0-0-dev
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
@ -133,6 +133,7 @@ $(RISCV)/install.stamp:
|
||||
git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-opcodes
|
||||
git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-pk
|
||||
git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-tests
|
||||
git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-openocd
|
||||
+cd $(abspath $(TOP))/riscv-tools; RISCV=$(abspath $(RISCV)) ./build.sh
|
||||
date > $@
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 25bb7e1305d9220dddfbded12c087e8f1372b952
|
||||
Subproject commit cf7369999779bc78bcc5a8a6fe6187363b23247a
|
Loading…
Reference in New Issue
Block a user