Skip to content

Commit

Permalink
Merge pull request #938 from tlaurion/revert-coreboot_musl-cross-make
Browse files Browse the repository at this point in the history
coreboot: revert building coreboot against musl-cross-make.
  • Loading branch information
tlaurion committed Dec 30, 2020
2 parents b06a26f + 8e44853 commit 7c686d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 88 deletions.
6 changes: 5 additions & 1 deletion modules/coreboot
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ coreboot_target := \
coreboot_output := coreboot.rom
coreboot_depend += linux initrd $(musl_dep)

$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL)
COREBOOT_TOOLCHAIN="$(build)/$(coreboot_base_dir)/.xcompile"
$(COREBOOT_TOOLCHAIN): $(build)/$(coreboot_base_dir)/.canary
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$$CPUS crossgcc-i386

$(build)/$(coreboot_dir)/.configured: $(COREBOOT_IASL) $(COREBOOT_TOOLCHAIN)
$(COREBOOT_IASL): $(build)/$(coreboot_base_dir)/.canary
$(MAKE) -C "$(build)/$(coreboot_base_dir)" CPUS=$(CPUS) iasl

Expand Down
32 changes: 0 additions & 32 deletions patches/coreboot-4.11/0010-cross-compiler-support.patch

This file was deleted.

28 changes: 0 additions & 28 deletions patches/coreboot-4.13/0010-cross-compiler-support.patch

This file was deleted.

27 changes: 0 additions & 27 deletions patches/coreboot-4.8.1/0010-cross-compiler-support.patch

This file was deleted.

0 comments on commit 7c686d5

Please sign in to comment.