From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTenL-00057p-JY for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:35:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTenG-00056g-UD for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:35:55 -0400 Received: from [199.232.76.173] (port=47136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTenG-00056c-L0 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:35:50 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:39090) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTenG-00013t-7l for qemu-devel@nongnu.org; Wed, 22 Jul 2009 12:35:50 -0400 Received: by ewy17 with SMTP id 17so337561ewy.34 for ; Wed, 22 Jul 2009 09:35:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A673FE4.20903@gnu.org> Date: Wed, 22 Jul 2009 18:35:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/37] Generate a proper LIBS variable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org > ToDo: > - Make the same treatment for CFLAGS, CPPFLAGS and LDFLAGS. Cool! For CFLAGS and CPPFLAGS, however, I'd suggest moving all flags that are necessary to build (such as -I as opposed to just -O, -g and the like) to QEMU_CFLAGS and QEMU_CPPFLAGS. This way rebuilding without optimization can be done very easily. Paolo