diff --git a/coreboot b/coreboot index 7473641..6512180 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit 747364169ff489ca256bcf750e6fab029443e872 +Subproject commit 6512180461a708afde2412288614f7a4ea3e1961 diff --git a/scripts/_build/coreboot.sh b/scripts/_build/coreboot.sh index 2a5395f..0e1bf16 100755 --- a/scripts/_build/coreboot.sh +++ b/scripts/_build/coreboot.sh @@ -11,7 +11,10 @@ CONFIG="$(realpath "$1")" COREBOOT="$(realpath "$2")" pushd coreboot >/dev/null - make CPUS="$(nproc)" crossgcc-i386 + if [ ! -d util/crossgcc/xgcc ] + then + make CPUS="$(nproc)" crossgcc-i386 + fi make distclean cp -v "${CONFIG}" .config make --jobs="$(nproc)"