aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-06-23 09:56:48 -0700
committerGitHub <noreply@github.com>2017-06-23 09:56:48 -0700
commit41a952a68fd36f007e5e10d8e52ee7800d0e4378 (patch)
tree70d4ae1e0e9adff6e4173d3d314022e6d674d6e3
parent4157207951b3fa330e40a9998244eaf181ba8506 (diff)
parent82f5e52526c3f2d542933a129d3947afc5762c5b (diff)
downloadriscv-tools-41a952a68fd36f007e5e10d8e52ee7800d0e4378.zip
riscv-tools-41a952a68fd36f007e5e10d8e52ee7800d0e4378.tar.gz
riscv-tools-41a952a68fd36f007e5e10d8e52ee7800d0e4378.tar.bz2
Merge pull request #88 from riscv/disable-werror
Disable -Werror for the rv32ima script as well
-rwxr-xr-xbuild-rv32ima.sh2
1 files changed, 1 insertions, 1 deletions
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!"