[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds |
Date: |
Mon, 2 Dec 2013 13:24:40 +0100 |
Signed-off-by: Gerd Hoffmann <address@hidden>
---
roms/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/roms/Makefile b/roms/Makefile
index fc716c1..1e04669 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -73,9 +73,11 @@ build-seabios-config-%: config.%
mkdir -p seabios/builds/$*
cp $< seabios/builds/$*/.config
$(MAKE) $(MAKEFLAGS) -C seabios \
+ CROSS_COMPILE=$(x86_64_cross_prefix) \
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
$(MAKE) $(MAKEFLAGS) -C seabios \
+ CROSS_COMPILE=$(x86_64_cross_prefix) \
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
OUT=$(CURDIR)/seabios/builds/$*/ all
--
1.8.3.1
- [Qemu-devel] [PATCH 0/8] seabios update, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 3/8] roms: update seabios submodule to latest master, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 2/8] add firmware to machine options, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 4/8] roms: build two seabios binaries, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 1/8] add pc-{i440fx,q35}-2.0 machine types, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 8/8] pc: switch 2.0 machine types to large seabios binary, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 6/8] roms: update seabios binaries, Gerd Hoffmann, 2013/12/02
- [Qemu-devel] [PATCH 7/8] roms: update vgabios binaries, Gerd Hoffmann, 2013/12/02