From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <20070410111324.GA2957@localhost.localdomain> References: <20070410111324.GA2957@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <16327e0d9602022d7ee57670ac23c383@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [patch 1/3] powerpc: delete -mstring option Date: Tue, 10 Apr 2007 14:47:38 +0200 To: Akinobu Mita Cc: Arnd Bergmann , linuxppc-dev@ozlabs.org, Paul Mackerras , cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > There is no reason to force -mstring option. > (Kumar, please see patch 2/3 for FSL_BOOKE temporary fix) > -ifndef CONFIG_FSL_BOOKE > -CFLAGS += -mstring > -endif [and from 2/3] > +ifeq ($(CONFIG_FSL_BOOKE),y) > +CFLAGS += -mno-string > +endif This is the right solution, thank you for the patch. But please fold these two together so that you're not introducing a regression halfway the patch series. Segher