From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYMgx-0007Ej-8M for qemu-devel@nongnu.org; Wed, 18 Mar 2015 18:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYMgt-0004Lh-8T for qemu-devel@nongnu.org; Wed, 18 Mar 2015 18:43:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYMgt-0004LX-0l for qemu-devel@nongnu.org; Wed, 18 Mar 2015 18:43:55 -0400 From: John Snow Date: Wed, 18 Mar 2015 18:43:41 -0400 Message-Id: <1426718625-24120-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/4] configure: clang 3.5.0 build fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, John Snow , stefanha@redhat.com, kbastian@mail.uni-paderborn.de QEMU does not compile cleanly under clang 3.5.0. These patches eliminate the avalanche of warnings and make the build usable. v2: - Stole the series from Stefan - No changes to the -nopie patch, which I think was fine. - Fixed the -Wno-unknown-attributes patch. - Added a tricore fix for -Wabsolute-value - Added a workaround to help suppress ccache warnings The result is that you *should* be able to use clang 3.5.0 *with* ccache and -Werror and produce all targets. John Snow (3): tricore: remove no-op abs() calls configure: silence glib unknown attribute __alloc_size__ configure: Add workaround for ccache and clang Stefan Hajnoczi (1): configure: handle clang -nopie argument warning configure | 48 +++++++++++++++++++++++++++++++++++++++++++++- target-tricore/op_helper.c | 12 ++++++------ 2 files changed, 53 insertions(+), 7 deletions(-) -- 2.1.0