coreboot must be extracted before the xgcc symlink

This commit is contained in:
Trammell hudson 2018-09-18 16:06:35 -04:00
parent 6183d58ecc
commit aeb59e1b48
Failed to extract signature

View File

@ -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 ; \