coreboot: output xcompile into old shared location for all coreboot versions (prevents rebuild of buildstack)

This commit is contained in:
Thierry Laurion 2023-04-21 16:54:48 -04:00
parent 77b593301a
commit 2901d29e24
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -92,6 +92,7 @@ coreboot_target := \
CROSS="$(COREBOOT_CROSS)" \ CROSS="$(COREBOOT_CROSS)" \
IASL="$(COREBOOT_IASL)" \ IASL="$(COREBOOT_IASL)" \
DOTCONFIG="$(build)/$(coreboot_dir)/.config" \ DOTCONFIG="$(build)/$(coreboot_dir)/.config" \
xcompile="$(build)/$(coreboot_base_dir)/.xcompile" \
BUILD_TIMELESS=1 \ BUILD_TIMELESS=1 \
CFLAGS_x86_32="$(EXTRA_FLAGS)" \ CFLAGS_x86_32="$(EXTRA_FLAGS)" \
CFLAGS_x86_64="$(EXTRA_FLAGS)" \ CFLAGS_x86_64="$(EXTRA_FLAGS)" \