commit | 55b9121b4295a8260e52dd78327f1edd1e34feb2 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Oct 28 08:55:05 2008 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Dec 03 08:19:10 2008 -0600 |
tree | 45fea19b4660298d944c99f482f0a0185f628879 | |
parent | 7947cf0dd4b6a2bb06c57971502fb81c76a66f2d [diff] |
powerpc: Remove unncessary SPE related compiler flag After testing of various compiler flag combinations by Nate Case it was determined that -mabi=no-spe has no impact on the compiler generating SPE instructions. Only -mno-spe and -mspe=no do. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>