mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
coreboot: output xcompile into old shared location for all coreboot versions (prevents rebuild of buildstack)
This commit is contained in:
parent
77b593301a
commit
2901d29e24
@ -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)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user