diff --git a/config/sources/amd64.conf b/config/sources/amd64.conf index b1d7a0a079..de31b4c0a3 100644 --- a/config/sources/amd64.conf +++ b/config/sources/amd64.conf @@ -33,6 +33,7 @@ if [[ "$(uname -m)" == "aarch64" ]]; then # Allow building amd64 on aarch64, but using system toolchain only declare -g KERNEL_COMPILER="x86_64-linux-gnu-" declare -g SKIP_EXTERNAL_TOOLCHAINS=yes + declare -g UBOOT_COMPILER='x86_64-linux-gnu-' fi true # make sure to exit with 0 status; this protects against shortcircuits etc above.