From: Stephen Rothwell Date: Sun, 24 Nov 2013 23:30:37 +0000 (+1100) Subject: do not build the instruction decode to save time X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=56527e170d25f68a799782256136dd78b77feb63;p=next-scripts do not build the instruction decode to save time --- diff --git a/do_build b/do_build index 30db739..9b04119 100755 --- a/do_build +++ b/do_build @@ -32,6 +32,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF CONFIG_DEBUG_INFO=n CONFIG_X86_DECODER_SELFTEST=n CONFIG_MODULES=y + CONFIG_INSTRUCTION_DECODER=n REOF KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c 4.8.1 O=\$d allmodconfig rm \$e