Skip to content

Commit

Permalink
Changed run-sv to run libc-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Sssssaltyfish committed Mar 24, 2024
1 parent 9c7e893 commit 0dc2cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-sv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
git submodule update --init --recursive --remote
export CROSS_COMPILE=riscv64-linux-musl-
make -C patches/opensbi PLATFORM=generic
make run APP=apps/c/helloworld ARCH=riscv64 FEATURES=musl,multitask MUSL=y LOG=info
make run APP=apps/c/libc-bench ARCH=riscv64 FEATURES=musl,multitask MUSL=y LOG=warn

0 comments on commit 0dc2cf0

Please sign in to comment.