mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
wait until the coreboot tree is unpacked before building xgcc
This commit is contained in:
parent
4901ccd89c
commit
40c9db0416
@ -37,7 +37,7 @@ coreboot_output := $(BOARD)/coreboot.rom
|
||||
|
||||
# hack to force a build dependency on the cross compiler
|
||||
$(build)/$(coreboot_dir)/.configured: $(build)/$(coreboot_dir)/util/crossgcc/xgcc/bin/i386-elf-gcc
|
||||
$(build)/$(coreboot_dir)/util/crossgcc/xgcc/bin/i386-elf-gcc:
|
||||
$(build)/$(coreboot_dir)/util/crossgcc/xgcc/bin/i386-elf-gcc: $(build)/$(coreboot_dir)/.canary
|
||||
echo '******* Building crossgcc-i386 (this might take a while) ******'
|
||||
$(MAKE) -C "$(build)/$(coreboot_dir)" crossgcc-i386
|
||||
#echo '******* Building crossgcc-arm (this might take a while) ******'
|
||||
|
Loading…
x
Reference in New Issue
Block a user