mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus The SPE FPU is ABI-incompatible with the regular powerpc FPU, this needs to be reflected in the toolchain target name. Fixes floating point crashes in user space
SVN-Revision: 25018
This commit is contained in:
@@ -10,7 +10,7 @@ ARCH:=powerpc
|
||||
BOARD:=mpc85xx
|
||||
BOARDNAME:=Freescale MPC85xx
|
||||
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540
|
||||
FEATURES:=fpu ramdisk broken
|
||||
FEATURES:=spe_fpu ramdisk broken
|
||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||
|
||||
LINUX_VERSION:=2.6.36.2
|
||||
|
||||
Reference in New Issue
Block a user