@@ -14,5 +14,9 @@ while getopts A:G OPT; do
done
shift "$(($OPTIND - 1))"
for arch in $archs; do
./build -a "$arch" -klq $gem5 "$@"
./build -a "$arch" -k -l "$@"
./build-qemu -a "$arch"
if "$gem5"; then
./build-gem5 -a "$arch"
fi
The note is not visible to the blocked user.