build-all: add missing --gem5 to build package

m5 tool is just too important
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 00:17:33 +01:00
parent a1a929ecaf
commit 01393a65d3

View File

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