Skip to content

Commit

Permalink
modules/coreboot: adapt toolchain target file
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
  • Loading branch information
sylv-io authored and PatrickRudolph committed Apr 24, 2020
1 parent f57fd22 commit 8824eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/coreboot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ coreboot_configure := \
CFLAGS_x86_64="$(EXTRA_FLAGS)" \

COREBOOT_IASL="$(build)/$(coreboot_base_dir)/util/crossgcc/xgcc/bin/iasl"
COREBOOT_TOOLCHAIN="$(build)/$(coreboot_base_dir)/util/crossgcc/xgcc/bin/i386-elf-gcc"
COREBOOT_TOOLCHAIN="$(build)/$(coreboot_base_dir)/.xcompile"

# coreboot is built with the 32-bit compiler; ideally we could use the same
# x86_64-linux-musl -m32 to build it, but this causes some link errors that need
Expand Down

0 comments on commit 8824eba

Please sign in to comment.