From aeb59e1b4852aea6aeb7f771e96d94d0ea2e1c9b Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 18 Sep 2018 16:06:35 -0400 Subject: [PATCH] coreboot must be extracted before the xgcc symlink --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index a021cf5c..b6c4a672 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -55,7 +55,7 @@ $(COREBOOT_XGCC): $(build)/$(coreboot_base_dir)/.canary #$(MAKE) -C "$(build)/$(coreboot_base_dir)" crossgcc-arm else # Use the pre-build one from the external toolchain build -$(COREBOOT_XGCC): +$(COREBOOT_XGCC): $(build)/$(coreboot_base_dir)/.canary if [ ! -e "$(TOOLCHAIN)/build/$(COREBOOT_XGCC_REL)" ]; then \ echo >&2 "ERROR: TOOLCHAIN=$(TOOLCHAIN) does not have coreboot" ; \ exit 1 ; \