From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFWVp-0007kv-Pz for qemu-devel@nongnu.org; Thu, 28 Apr 2011 15:04:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFWVo-0006Bo-S0 for qemu-devel@nongnu.org; Thu, 28 Apr 2011 15:04:29 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:34054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFWVo-0006Bj-Pg for qemu-devel@nongnu.org; Thu, 28 Apr 2011 15:04:28 -0400 Received: by qwj8 with SMTP id 8so1671513qwj.4 for ; Thu, 28 Apr 2011 12:04:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DB9A7E0.7080002@codemonkey.ws> References: <1304010495-18136-1-git-send-email-weil@mail.berlios.de> <4DB9A644.6000802@codemonkey.ws> <4DB9A78F.3000006@mail.berlios.de> <4DB9A7E0.7080002@codemonkey.ws> From: Blue Swirl Date: Thu, 28 Apr 2011 22:04:08 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] virtio-9p: Fix compilation (wrong include statements) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony Liguori , Stefan Weil , QEMU Developers , "Aneesh Kumar K.V" , Venkateswararao Jujjuri On Thu, Apr 28, 2011 at 8:46 PM, Anthony Liguori wrote: > On 04/28/2011 12:44 PM, Stefan Weil wrote: >> >> Am 28.04.2011 19:39, schrieb Anthony Liguori: >>> >>> On 04/28/2011 12:08 PM, Stefan Weil wrote: >>>> >>>> From: Stefan Weil >>>> >>>> Commit 353ac78d495ef976242abd868f68d78420861c2c moved the files >>>> without fixing the include paths. >>>> >>>> Signed-off-by: Stefan Weil >>> >>> >>> This is not correct. I think we learned in IRC that the problem is >>> Stefan is using CFLAGS=-g which overrides the CFLAGS append added by >>> this patch. >>> >>> Regards, >>> >>> Anthony Liguori >> >> >> QEMU Makefiles use QEMU_CFLAGS - setting CFLAGS in Makefile* is wrong, >> because now users can no longer set their own CFLAGS. > > Use ./configure --extra-cflags="-g" No, we should be able to override CFLAGS, because Juan made great effort earlier to fix the logic and separate QEMU_CFLAGS and CFLAGS. Please see a558ee17761c3c9ef22792bd5097880ab92f1bf5.