linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/3] powerpc: delete -mstring option
@ 2007-04-10 11:13 Akinobu Mita
  2007-04-10 12:47 ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Akinobu Mita @ 2007-04-10 11:13 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Arnd Bergmann, Paul Mackerras, cbe-oss-dev

There is no reason to force -mstring option.
(Kumar, please see patch 2/3 for FSL_BOOKE temporary fix)

Signed-off-by: Akinobu Mita <mita@fixstars.com>

Index: 2.6-git-ps3/arch/powerpc/Makefile
===================================================================
--- 2.6-git-ps3.orig/arch/powerpc/Makefile
+++ 2.6-git-ps3/arch/powerpc/Makefile
@@ -102,10 +102,6 @@ CFLAGS += $(call cc-option,-mno-altivec)
 # kernel considerably.
 CFLAGS += $(call cc-option,-funit-at-a-time)
 
-ifndef CONFIG_FSL_BOOKE
-CFLAGS		+= -mstring
-endif
-
 ifeq ($(CONFIG_6xx),y)
 CFLAGS		+= -mcpu=powerpc
 endif

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-11  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 11:13 [patch 1/3] powerpc: delete -mstring option Akinobu Mita
2007-04-10 12:47 ` Segher Boessenkool
2007-04-10 18:42   ` Kumar Gala
2007-04-11  2:35     ` Akinobu Mita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).