From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiNzy-0006Lq-U6 for qemu-devel@nongnu.org; Thu, 08 May 2014 09:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiNzt-0002yn-D9 for qemu-devel@nongnu.org; Thu, 08 May 2014 09:04:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiNzt-0002yc-6L for qemu-devel@nongnu.org; Thu, 08 May 2014 09:04:25 -0400 Message-ID: <536B80D6.1020701@redhat.com> Date: Thu, 08 May 2014 15:04:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1399553216-14078-1-git-send-email-pbonzini@redhat.com> <536B7F18.3070404@msgid.tls.msk.ru> In-Reply-To: <536B7F18.3070404@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] build: add support for $@-cflags to all compiler rules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , qemu-devel@nongnu.org Il 08/05/2014 14:56, Michael Tokarev ha scritto: > 08.05.2014 16:46, Paolo Bonzini wrote: >> This is needed in order to use per-object flags variables. > > Assuming we don't need to have separate -cflags for asm files, Perhaps those would be better called -asflags. Thanks for the review, I'll send more fixes to use -cflags in libcacard. Paolo > Reviewed-by: Michael Tokarev > > Thanks, > > /mjt >