Bump riscv-tools, to get some -mcmodel=medany fixes (#739)
This commit is contained in:
committed by
Wesley W. Terpstra
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 > $@
|
||||
|
||||
|
Submodule riscv-tools updated: 25bb7e1305...cf73699997
Reference in New Issue
Block a user