X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Farch%2Fx86%2FMakefile.inc;h=afdcb9efcacd3b72dbf5b6ced47e0b75eb10f216;hp=a07e3cd5c58fc87ab04f675a866e238ff72269e1;hb=b1d1c4d0840c74ebfa2ced0c56d492a075e4599f;hpb=1440d0880b76c67beb341d59ee7b4fcb39307f60 diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index a07e3cd5c..afdcb9efc 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -278,6 +278,7 @@ endif seabios: $(MAKE) -C payloads/external/SeaBIOS -f Makefile.inc \ + HOSTCC="$(HOSTCC)" \ CC="$(CC)" LD="$(LD)" OBJDUMP="$(OBJDUMP)" \ OBJCOPY="$(OBJCOPY)" STRIP="$(STRIP)" \ CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \