From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds
Date: Fri, 6 Dec 2013 10:35:24 +0100 [thread overview]
Message-ID: <1386322527-23148-6-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1386322527-23148-1-git-send-email-kraxel@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
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
next prev parent reply other threads:[~2013-12-06 9:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-06 9:35 [Qemu-devel] [PULL 0/8] seabios update Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 1/8] add pc-{i440fx,q35}-2.0 machine types Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 2/8] add firmware to machine options Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 3/8] roms: update seabios submodule to 31b8b4eea9d9ad58a73b22a6060d3ac1c419c26d Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 4/8] roms: build two seabios binaries Gerd Hoffmann
2013-12-06 9:35 ` Gerd Hoffmann [this message]
2013-12-06 9:35 ` [Qemu-devel] [PATCH 6/8] roms: update " Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 7/8] roms: update vgabios binaries Gerd Hoffmann
2014-01-05 9:35 ` Jan Kiszka
2014-01-05 11:26 ` Paolo Bonzini
2014-01-05 11:45 ` Jan Kiszka
2014-02-03 14:28 ` Paolo Bonzini
2014-02-03 14:41 ` Gerd Hoffmann
2013-12-06 9:35 ` [Qemu-devel] [PATCH 8/8] pc: switch 2.0 machine types to large seabios binary Gerd Hoffmann
2013-12-09 23:33 ` [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile Eduardo Habkost
2013-12-10 8:52 ` Gerd Hoffmann
2013-12-10 13:56 ` Peter Maydell
2013-12-11 17:30 ` William Dauchy
2014-01-06 13:13 ` Peter Maydell
2014-01-14 13:45 ` William Dauchy
2014-01-14 14:03 ` Michael Tokarev
-- strict thread matches above, loose matches on Subject: below --
2013-12-02 12:24 [Qemu-devel] [PATCH 0/8] seabios update Gerd Hoffmann
2013-12-02 12:24 ` [Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386322527-23148-6-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).