All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] build fix for clang 3.4
@ 2016-07-08  4:56 Richard Henderson
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Henderson @ 2016-07-08  4:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, peter.maydell, riku.voipio

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-09  6:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08  4:56 [Qemu-devel] [PATCH 0/2] build fix for clang 3.4 Richard Henderson
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.