From b0285d95afcdd431e24ae32daa845f55fdaeccb3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Jul 2015 12:06:16 +0000 Subject: [PATCH] mpc85xx: disable SPE FPU support until musl gets support for it (fixes #19896) Signed-off-by: Felix Fietkau SVN-Revision: 46268 --- target/linux/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 163e440539..e43327acd8 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx CPU_TYPE:=8540 -FEATURES:=spe_fpu squashfs +FEATURES:=squashfs MAINTAINER:=Imre Kaloz SUBTARGETS=generic p1020 -- 2.30.2