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 | f0e5cbd2bd85657064b25d9c0c627dea8e69589d (patch) | |
tree | c90c32273b60fae79ce42e249e4df94084fd6f86 /target/linux/mpc85xx/Makefile | |
parent | b33bf4f876441772322a7e066ec5e0d7af740235 (diff) | |
download | master-187ad058-f0e5cbd2bd85657064b25d9c0c627dea8e69589d.tar.gz master-187ad058-f0e5cbd2bd85657064b25d9c0c627dea8e69589d.tar.bz2 master-187ad058-f0e5cbd2bd85657064b25d9c0c627dea8e69589d.zip |
mpc85xx: disable SPE FPU support until musl gets support for it (fixes #19896)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46268 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-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 |