summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu.default
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:19:02 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:19:02 +0100
commitdce7d2df8c73896aeef77118fe89fc7e88d035fe (patch)
tree8cc7ac5bd8320585a91d45bbcbee1a9524267f4a /target/config/Config.in.fpu.default
parent874f9c46c0a02893e6ca2cfc32a085c99dc78d28 (diff)
fix vfp symbols
Diffstat (limited to 'target/config/Config.in.fpu.default')
-rw-r--r--target/config/Config.in.fpu.default6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.fpu.default b/target/config/Config.in.fpu.default
index 0fd8f616c..c55b0a602 100644
--- a/target/config/Config.in.fpu.default
+++ b/target/config/Config.in.fpu.default
@@ -4,7 +4,7 @@
config ADK_TARGET_FPU
string
depends on ADK_TARGET_ARCH_ARM
- default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
- default "vfp3" if ADK_TARGET_CPU_WITH_FPU_VFP3
- default "vfp4" if ADK_TARGET_CPU_WITH_FPU_VFP4
default "neon" if ADK_TARGET_CPU_WITH_NEON
+ default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
+ default "vfpv3" if ADK_TARGET_CPU_WITH_FPU_VFPV3
+ default "vfpv4" if ADK_TARGET_CPU_WITH_FPU_VFPV4