From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: ovmf fails to build in stagin-4.6
Date: Tue, 27 Oct 2015 10:01:39 +0100 [thread overview]
Message-ID: <20151027090139.GA28545@gmail.com> (raw)
In-Reply-To: <20151027071209.GA16437@aepfle.de>
On Tue, Oct 27, Olaf Hering wrote:
> I will see if forcing GCC49 will change anything.
This change works for me.
--- xen.spec (revision 6)
+++ xen.spec (working copy)
@@ -290,6 +290,7 @@
ln -sfvbn ../qemu-xen-dir-remote tools/qemu-xen-dir-remote
ln -sfvbn ../qemu-xen-traditional-dir-remote tools/qemu-xen-traditional-dir-remote
ln -sfvbn ../../seabios-dir-remote tools/firmware/seabios-dir-remote
+find ovmf-dir-remote -type f -print0 | xargs -0 sed -i 's@GCC44$@GCC49@'
mv -vf ovmf-dir-remote tools/firmware/ovmf-dir-remote
ln -sfvbn ../mini-os-remote extras/mini-os-remote
xzcat %{S:102} > tools/firmware/etherboot/ipxe.tar
Olaf
next prev parent reply other threads:[~2015-10-27 9:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-26 9:43 ovmf fails to build in stagin-4.6 Olaf Hering
2015-10-26 10:03 ` Wei Liu
2015-10-26 10:11 ` Olaf Hering
2015-10-26 10:13 ` Wei Liu
2015-10-26 11:13 ` Olaf Hering
2015-10-26 12:04 ` Wei Liu
2015-10-27 7:12 ` Olaf Hering
2015-10-27 9:01 ` Olaf Hering [this message]
2015-10-27 10:39 ` Wei Liu
2015-10-27 13:58 ` Olaf Hering
2015-10-27 14:03 ` Wei Liu
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=20151027090139.GA28545@gmail.com \
--to=olaf@aepfle.de \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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).