]> git.sur5r.net Git - u-boot/commit
85xx: Add -mno-spe to e500/85xx builds
authorKumar Gala <galak@kernel.crashing.org>
Tue, 29 Apr 2008 17:54:59 +0000 (12:54 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Apr 2008 18:08:43 +0000 (20:08 +0200)
commit70a0f81412b0b18a6fd0bea960451bc6c2cca49a
treedc6181d5f659a1c309957e328d2cd9d547e0e59e
parent84666476841cef3ef6df5c5a2a110d43b0936999
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>
cpu/mpc85xx/config.mk