From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7iSF-0007A5-P9 for qemu-devel@nongnu.org; Tue, 31 May 2016 08:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7iSA-0007SJ-1l for qemu-devel@nongnu.org; Tue, 31 May 2016 08:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7iS9-0007SE-Rq for qemu-devel@nongnu.org; Tue, 31 May 2016 08:07:21 -0400 References: <1464365500-17796-1-git-send-email-pbonzini@redhat.com> <222934953.18079381.1464454194887.JavaMail.zimbra@redhat.com> <57691ead-a650-b97a-e641-d4f358749554@redhat.com> From: Paolo Bonzini Message-ID: <6e003a75-e4b0-19d3-bc1c-4432a90a758f@redhat.com> Date: Tue, 31 May 2016 14:07:18 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/31] Misc changes for 2016-05-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 31/05/2016 13:52, Peter Maydell wrote: >> > Then I suppose your clang version is too old, what is it? > Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4) > Target: x86_64-pc-linux-gnu > Thread model: posix > > (which is the default clang for Ubuntu Trusty). Yeah, that is too old. We'll have to do one of this: - figure out whether the compiler has at least one of -m16 or -fno-toplevel-reorder, and if not disable building the ROMs - figure out a way to build the ROMs with cross compilers, in which case I think it's acceptable to make that cross compiler be GCC. Paolo