From 01393a65d342e411ac9bbbf48ac1cfd2ff11c402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sat, 15 Sep 2018 00:17:33 +0100 Subject: [PATCH] build-all: add missing --gem5 to build package m5 tool is just too important --- build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all b/build-all index dc5471e..333ee1d 100755 --- a/build-all +++ b/build-all @@ -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