From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbEfd-0004Kr-DC for qemu-devel@nongnu.org; Sun, 03 Jun 2012 13:32:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbEfb-0007x7-ON for qemu-devel@nongnu.org; Sun, 03 Jun 2012 13:32:52 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:51921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbEfb-0007ws-FZ for qemu-devel@nongnu.org; Sun, 03 Jun 2012 13:32:51 -0400 Received: by wgbds1 with SMTP id ds1so1885847wgb.4 for ; Sun, 03 Jun 2012 10:32:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCB9FBD.8080700@redhat.com> Date: Sun, 03 Jun 2012 19:32:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338726358-30681-1-git-send-email-pbonzini@redhat.com> <1338726358-30681-7-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/24] move libobj-y variable to nested Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Il 03/06/2012 15:42, Blue Swirl ha scritto: >> > # HELPER_CFLAGS is used for all the legacy code compiled with static register >> > # variables >> > -ifneq ($(TARGET_BASE_ARCH), sparc) >> > -op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) >> > -endif >> > +%/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) > This should be target specific. > > Overall, the target-* changes will conflict with AREG0 conversion, > perhaps those patches should be postponed. It's difficult to convert Makefile.objs without doing Makefile.target first. Not a big deal though, the conflicts are easy for me to resolve. Paolo