qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] build fix for clang 3.4


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/2] build fix for clang 3.4
Date: Thu, 7 Jul 2016 21:56:14 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]