From 82f5e52526c3f2d542933a129d3947afc5762c5b Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 5 Jun 2017 13:02:02 -0700 Subject: Disable -Werror for the rv32ima script as well --- build-rv32ima.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-rv32ima.sh b/build-rv32ima.sh index eaa0bb8..b094174 100755 --- a/build-rv32ima.sh +++ b/build-rv32ima.sh @@ -11,6 +11,6 @@ build_project riscv-fesvr --prefix=$RISCV build_project riscv-isa-sim --prefix=$RISCV --with-fesvr=$RISCV --with-isa=rv32ima build_project riscv-gnu-toolchain --prefix=$RISCV --with-arch=rv32ima --with-abi=ilp32 CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv32-unknown-elf -build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang +build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --disable-werror echo -e "\\nRISC-V Toolchain installation completed!" -- cgit v1.1