From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mslqj-0000Hr-9v for qemu-devel@nongnu.org; Tue, 29 Sep 2009 19:11:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mslqd-0000Ga-Uv for qemu-devel@nongnu.org; Tue, 29 Sep 2009 19:11:12 -0400 Received: from [199.232.76.173] (port=41402 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mslqd-0000GX-RT for qemu-devel@nongnu.org; Tue, 29 Sep 2009 19:11:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mslqd-0000S8-CE for qemu-devel@nongnu.org; Tue, 29 Sep 2009 19:11:07 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8TNB6xZ016814 for ; Tue, 29 Sep 2009 19:11:06 -0400 From: Juan Quintela Date: Wed, 30 Sep 2009 01:10:53 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] Build fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series contains all build fixes on my queue: - fix slirp to compile with a custom CFLAGS - Add -Wold-style-* flags only if compiler understand them - Fix last users of TRUE/FALSE. Now we can include anywhere. Later, Juan. Juan Quintela (3): slirp: It needs to use QEMU_CFLAGS not CFLAGS Add -Wold-style-* flags bdf: Remove last users of FALSE/TRUE arm-dis.c | 60 ++++++++++++++++++++++++++--------------------------- configure | 12 +++++++++- cris-dis.c | 18 +++++++--------- dis-asm.h | 4 +- microblaze-dis.c | 2 +- 5 files changed, 51 insertions(+), 45 deletions(-)