From e8f7df2c3800e108cf429396bee875ef63e84884 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 4 Feb 2016 13:51:14 +1100 Subject: [PATCH] do_last_build: add an x86_64 allnoconfig remove the arm defconfig as it is now the same as the multi_v7_config --- do_last_build | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/do_last_build b/do_last_build index c92a49a..fb4ba0a 100755 --- a/do_last_build +++ b/do_last_build @@ -24,6 +24,12 @@ $cmd <<-EOF echo Building: x86_64 modules_install INSTALL_MOD_PATH="${build_dir%/*}" /usr/bin/time cross -n -N -a x86_64 -c $gcc_version O=../x86_64_allmodconfig -j$j_factor -s modules_install + echo Building: x86_64 allnoconfig + d=../x86_64_allnoconfig + [ -d \$d ] || mkdir \$d + cross -n -N -a x86_64 -c $gcc_version O=\$d allnoconfig + cross -n -N -a x86_64 -c $gcc_version O=\$d -j$j_factor -s + echo Building: powerpc allnoconfig d=../powerpc_allnoconfig [ -d \$d ] || mkdir \$d @@ -61,7 +67,7 @@ $cmd <<-EOF rm .scmversion EOF -for a in i386:x86_64 sparc64 sparc:sparc64 arm +for a in i386:x86_64 sparc64 sparc:sparc64 do ka=${a%:*} ca=${a#*:} -- 2.39.2