From: Stephen Rothwell Date: Wed, 7 Oct 2015 06:49:19 +0000 (+1100) Subject: do_last_build: add a pseries_le_defconfig build X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=ee58b29145d0084150513077c03f1d5a43a37efe;p=next-scripts do_last_build: add a pseries_le_defconfig build --- 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