some small fixes

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 00:01:31 +01:00
parent e575f73d9b
commit 938869fd01
4 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ done
shift "$(($OPTIND - 1))"
for arch in $archs; do
./build-qemu --arch "$arch"
./build --arch "$arch" --kernel-modules -l "$@"
./build-buildroot --arch "$arch" --kernel-modules -l "$@"
if "$gem5"; then
./build-gem5 --arch "$arch"
fi