Skip to content

Commit

Permalink
explicitly disable boost for spike build
Browse files Browse the repository at this point in the history
because riscv-software-src/riscv-isa-sim#834 and we don't need the debug socket
  • Loading branch information
timsnyder committed Mar 14, 2022
1 parent 871dc29 commit c223d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-toolchains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ else
module_make riscv-gnu-toolchain linux
fi
module_all riscv-isa-sim --prefix="${RISCV}"
module_all riscv-isa-sim --prefix="${RISCV}" --with-boost=no
# build static libfesvr library for linking into firesim driver (or others)
echo '==> Installing libfesvr static library'
module_make riscv-isa-sim libfesvr.a
Expand Down

0 comments on commit c223d09

Please sign in to comment.