File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ STATUS="riscv-sail-model"
431431if git_check " sail-riscv" " https://github.com/riscv/sail-riscv.git" " $RISCV /bin/riscv_sim_rv32d" ; then
432432 cd " $RISCV " /sail-riscv
433433 git reset --hard && git clean -f && git checkout master && git pull
434- cmake -S . -B build -DCMAKE_RELEASE_TYPE =RelWithDebInfo -GNinja 2>&1 | logger $STATUS ; [ " ${PIPESTATUS[0]} " == 0 ]
434+ cmake -S . -B build -DCMAKE_BUILD_TYPE =RelWithDebInfo -GNinja 2>&1 | logger $STATUS ; [ " ${PIPESTATUS[0]} " == 0 ]
435435 cmake --build build 2>&1 | logger $STATUS ; [ " ${PIPESTATUS[0]} " == 0 ]
436436 cp -f build/c_emulator/riscv_sim_rv64d " $RISCV " /bin/riscv_sim_rv64d
437437 cp -f build/c_emulator/riscv_sim_rv32d " $RISCV " /bin/riscv_sim_rv32d
You can’t perform that action at this time.
0 commit comments