commit | 57647a4dada06bb4d4056e57b4dcb79c4c8bb191 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Mar 22 17:23:44 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Fri Apr 27 21:13:35 2007 +1000 |
tree | 2f041889a8ccb95f5785968815b89f2cb5bbca96 | |
parent | f13659e0b3907548402ce1f47bf866544b804260 [diff] |
[POWERPC] Always use -mno-string 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>