From ee58b29145d0084150513077c03f1d5a43a37efe Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 7 Oct 2015 17:49:19 +1100 Subject: [PATCH] do_last_build: add a pseries_le_defconfig build --- do_last_build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/do_last_build b/do_last_build index 244b2a3..d247107 100755 --- a/do_last_build +++ b/do_last_build @@ -49,6 +49,12 @@ $cmd <<-EOF cross -n -N -k powerpc -a powerpc64 -c 4.9.0 O=\$d allyesconfig cross -n -N -k powerpc -a powerpc64 -c 4.9.0 -- O=\$d -j48 -s -k || true + echo Building: powerpc pseries_le_defconfig + d=../powerpc_pseries_le_defconfig + [ -d \$d ] || mkdir \$d + cross -n -N -k powerpc -a powerpc64le -c 5.2.0 O=\$d pseries_le_defconfig + cross -n -N -k powerpc -a powerpc64le -c 5.2.0 -- O=\$d -j48 -s -k || true + rm .scmversion EOF -- 2.39.2