aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-16 01:25:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-16 01:25:06 +0000
commita916879574b1ee0a0895bc05c240882c4711dc19 (patch)
tree3a4fa12615b83d460bc7e76c6d5ebf0fa9243644 /target/Config.in
parente7a8ce19cfe645842bd05e5bb15512a673715341 (diff)
downloadmaster-187ad058-a916879574b1ee0a0895bc05c240882c4711dc19.tar.gz
master-187ad058-a916879574b1ee0a0895bc05c240882c4711dc19.tar.bz2
master-187ad058-a916879574b1ee0a0895bc05c240882c4711dc19.zip
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 226624564a..9e0263e4c2 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -2,6 +2,11 @@ source "tmp/.config-target.in"
# Kernel/Hardware features
+config HAS_SPE_FPU
+ depends powerpc
+ select HAS_FPU
+ bool
+
config HAS_FPU
bool