From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLNqX-00018c-7T for qemu-devel@nongnu.org; Fri, 08 Jul 2016 00:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLNqR-0001iL-8c for qemu-devel@nongnu.org; Fri, 08 Jul 2016 00:57:00 -0400 Received: from mail-qt0-x244.google.com ([2607:f8b0:400d:c0d::244]:33889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLNqR-0001iF-49 for qemu-devel@nongnu.org; Fri, 08 Jul 2016 00:56:55 -0400 Received: by mail-qt0-x244.google.com with SMTP id m2so2740580qtd.1 for ; Thu, 07 Jul 2016 21:56:54 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 7 Jul 2016 21:56:14 -0700 Message-Id: <1467953776-26102-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 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: alex.bennee@linaro.org, peter.maydell@linaro.org, riku.voipio@iki.fi 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