From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org, peter.maydell@linaro.org, riku.voipio@iki.fi
Subject: [Qemu-devel] [PATCH 0/2] build fix for clang 3.4
Date: Thu, 7 Jul 2016 21:56:14 -0700 [thread overview]
Message-ID: <1467953776-26102-1-git-send-email-rth@twiddle.net> (raw)
Alex pointed out that my last attempt to get things all working
falls afoul of old clang, in use by our Travis CI.
This is tested with clang 3.7, but with examination of the build
logs to see that the system assembler is used for the optionroms.
r~
Richard Henderson (2):
linux-user: Fix i386 safe-syscall.S
build: Use $(AS) for optionrom explicitly
configure | 10 +++-------
linux-user/host/i386/safe-syscall.inc.S | 24 ++++++------------------
pc-bios/optionrom/Makefile | 3 +++
rules.mak | 2 +-
4 files changed, 13 insertions(+), 26 deletions(-)
--
2.7.4
next reply other threads:[~2016-07-08 4:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 4:56 Richard Henderson [this message]
2016-07-08 4:56 ` [Qemu-devel] [PATCH 1/2] linux-user: Fix i386 safe-syscall.S Richard Henderson
2016-07-08 4:56 ` [Qemu-devel] [PATCH 2/2] build: Use $(AS) for optionrom explicitly Richard Henderson
2016-07-09 6:54 ` Alex Bennée
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=1467953776-26102-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).