summaryrefslogtreecommitdiff
path: root/target/config/Config.in.float.default
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-22 02:39:38 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-22 02:39:38 -0600
commit476a87c63fe284faf4ea0a76f7b540845c5f6a52 (patch)
tree729a9ca60bb305018305e5ddffe407277264680e /target/config/Config.in.float.default
parent64fe21734343ee2395ddb6586195d3db374f91ea (diff)
rework FPU/FLOAT support
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
Diffstat (limited to 'target/config/Config.in.float.default')
-rw-r--r--target/config/Config.in.float.default11
1 files changed, 2 insertions, 9 deletions
diff --git a/target/config/Config.in.float.default b/target/config/Config.in.float.default
index 087a79fff..886d85e5c 100644
--- a/target/config/Config.in.float.default
+++ b/target/config/Config.in.float.default
@@ -1,14 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-config ADK_soft_float
- bool
-
-config ADK_hard_float
- bool
-
config ADK_TARGET_FLOAT
string
- default "hard" if ADK_hard_float
- default "soft" if ADK_soft_float
-
+ default "hard" if ADK_TARGET_HARD_FLOAT
+ default "soft" if ADK_TARGET_SOFT_FLOAT