[POWERPC] Always use -mno-string
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 22 Mar 2007 06:23:44 +0000 (17:23 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 27 Apr 2007 11:13:35 +0000 (21:13 +1000)
The string load/store instructions are unimplemented on some processors
and slow (microcoded) on some others.  It's simplest to just not use
them at all.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found