diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-05 13:02:02 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-05 13:02:02 -0700 |
commit | 82f5e52526c3f2d542933a129d3947afc5762c5b (patch) | |
tree | 0aed6df9acdc50d9dd8f82534dce4e8d54bc4ef6 | |
parent | 7fb4ffc60f63f0a949baa8b4f29d7bba99bf49e5 (diff) | |
download | riscv-tools-82f5e52526c3f2d542933a129d3947afc5762c5b.zip riscv-tools-82f5e52526c3f2d542933a129d3947afc5762c5b.tar.gz riscv-tools-82f5e52526c3f2d542933a129d3947afc5762c5b.tar.bz2 |
Disable -Werror for the rv32ima script as well
-rwxr-xr-x | build-rv32ima.sh | 2 |
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!" |