commit | 9f843042c7f696231690912f44dc27b386482c10 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Apr 29 12:54:59 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 29 20:08:43 2008 +0200 |
tree | dc6181d5f659a1c309957e328d2cd9d547e0e59e | |
parent | 68e192e708de6242f14ea855a8a2d74aac7c410c [diff] |
85xx: Add -mno-spe to e500/85xx builds Newer gcc's might be configured to enable autovectorization by default. If we happen to build with one of those compilers we will get SPE instructions in random code. -mno-spe disables the compiler for automatically generating SPE instructions without our knowledge. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>