diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-08 12:06:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-08 12:06:16 +0000 |
commit | cb47ccfc77282076f1b68242814c7f49cdb355d6 (patch) | |
tree | 10f09bc8d57c3a6596e79d0e533137f0755a7121 /target/linux/mpc85xx | |
parent | 172374dbddf1ca8ccf2ba553c2c8e77973b97c04 (diff) | |
download | upstream-cb47ccfc77282076f1b68242814c7f49cdb355d6.tar.gz upstream-cb47ccfc77282076f1b68242814c7f49cdb355d6.tar.bz2 upstream-cb47ccfc77282076f1b68242814c7f49cdb355d6.zip |
mpc85xx: disable SPE FPU support until musl gets support for it (fixes #19896)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46268
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <kaloz@openwrt.org> SUBTARGETS=generic p1020 |