From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMIFA-0000nV-FX for qemu-devel@nongnu.org; Sun, 10 Jul 2016 13:10:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMIF6-0003NU-6O for qemu-devel@nongnu.org; Sun, 10 Jul 2016 13:10:11 -0400 Received: from mail-pa0-x242.google.com ([2607:f8b0:400e:c03::242]:36825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMIF5-0003LX-UY for qemu-devel@nongnu.org; Sun, 10 Jul 2016 13:10:08 -0400 Received: by mail-pa0-x242.google.com with SMTP id ib6so11447902pad.3 for ; Sun, 10 Jul 2016 10:10:07 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sun, 10 Jul 2016 10:10:03 -0700 Message-Id: <1468170605-13725-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/2] build fix for clang 3.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Our Travis CI system uses clang 3.4, and is currently broken by a patch from me that required clang 3.5. r~ The following changes since commit 4f4a9ca4a4386c137301b3662faba076455ff15a: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707' into staging (2016-07-07 14:49:38 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git pull-rth-20160710 for you to fetch changes up to cdbd727c20ad7aac7797dc8c95e485e1a4c6901b: build: Use $(AS) for optionrom explicitly (2016-07-10 10:05:46 -0700) ---------------------------------------------------------------- build fix for travis ---------------------------------------------------------------- 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(-)