From 486d15e91bf08b45211e59e00da8f9b1b0f10a2a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 10 Dec 2015 15:26:05 +0100 Subject: coreboot: explicit build iasl in recent coreboot version iasl isn't build automatic and the build will fail because acpi support requires iasl --- bin/reproducible_coreboot.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index e6bab08a..c690e91d 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -82,6 +82,9 @@ set -e if ! $GOT_XTOOLCHAIN ; then echo "Need at least one cross toolchain, aborting." fi + +ionice -c 3 nice bash util/crossgcc/buildgcc -j $NUM_CPU -P IASL + # # create html about toolchains used # -- cgit v1.2.3-54-g00ecf