From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVPpv-0006pH-SO for qemu-devel@nongnu.org; Mon, 27 Jul 2009 09:01:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVPpq-0006p5-Ge for qemu-devel@nongnu.org; Mon, 27 Jul 2009 09:01:50 -0400 Received: from [199.232.76.173] (port=60978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVPpq-0006p2-Cw for qemu-devel@nongnu.org; Mon, 27 Jul 2009 09:01:46 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVPpp-0001aI-LS for qemu-devel@nongnu.org; Mon, 27 Jul 2009 09:01:45 -0400 In-Reply-To: (Blue Swirl's message of "Sat\, 25 Jul 2009 20\:08\:07 +0300") References: <27ac838e6b5beef2bd68c2286083cca8900aa2d5.1248459711.git.quintela@redhat.com> From: Juan Quintela Date: Mon, 27 Jul 2009 14:59:49 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 26/46] rename WORDS_BIGENDIAN to CONFIG_WORDS_BIGENDIAN List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Blue Swirl wrote: > On Fri, Jul 24, 2009 at 9:30 PM, Juan Quintela wrote: > >> -ifeq ($(WORDS_BIGENDIAN),yes) >> +ifeq ($(HOST_WORDS_BIGENDIAN),y) > > The subject speaks about CONFIG_WORDS_BIGENDIAN, not > HOST_WORDS_BIGENDIAN. In the end, there can be only one. Fixed thanks. Patch is correct, subject is wrong. CONFIG_WORDS_BIGENDIAN -> target HOST_WORDS_BIGENDIAN -> host Later, Juan.