Skip to content

Commit

Permalink
rocket-tools: bump hash and build the FSF GDB, not riscv GDB
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 committed Feb 13, 2020
1 parent 86704a6 commit 02b7a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ stamps/rocket-tools_checkout.stamp:
mkdir -p $(dir $@)
git -C $(abspath $(TOP)) clone -n https://github.com/freechipsproject/rocket-tools.git
git -C $(RISCV_TOOLS) checkout $(TOOLS_HASH)
git -C $(RISCV_TOOLS) submodule update --init --recursive riscv-isa-sim riscv-tests riscv-pk riscv-openocd
git -C $(RISCV_TOOLS) submodule update --init --recursive riscv-isa-sim riscv-tests riscv-pk riscv-openocd fsf-binutils-gdb
git -C $(RISCV_TOOLS) submodule update --init riscv-gnu-toolchain
git -C $(RISCV_TOOLS)/riscv-gnu-toolchain submodule update --init riscv-binutils-gdb riscv-gcc riscv-newlib
git -C $(RISCV_TOOLS)/riscv-gnu-toolchain submodule update --init riscv-gcc riscv-newlib
rm -f $(RISCV_TOOLS)/.travis.yml
mkdir -p $(dir $@)
date > $@
Expand Down
2 changes: 1 addition & 1 deletion riscv-tools.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be9e0c01374778c8b7fbbf1e3e8efc4ec709cc18
b25b64d04311f93cb468ede56ffb1617fde3163f

0 comments on commit 02b7a7d

Please sign in to comment.