summaryrefslogtreecommitdiff
path: root/target/config/Config.in.mips.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 11:36:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-14 11:47:20 +0100
commit4345869df894faae79f68d4a835e2e825a4778f7 (patch)
tree3db23ff72aed2caf0bf24d505fe13ffd9ccad43d /target/config/Config.in.mips.choice
parent176ed2d7b246a39cb0b9bc3f6cc3bfe3335b250f (diff)
rework float support
ARM, MIPS and PPC have support for soft or hard float configuration of toolchain and system. Generalize the support for this in OpenADK.
Diffstat (limited to 'target/config/Config.in.mips.choice')
-rw-r--r--target/config/Config.in.mips.choice14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/config/Config.in.mips.choice b/target/config/Config.in.mips.choice
index 0e1c80475..71e6c8ea2 100644
--- a/target/config/Config.in.mips.choice
+++ b/target/config/Config.in.mips.choice
@@ -14,17 +14,3 @@ config ADK_CPU_MIPS_MIPS32R2
select ADK_CPU_MIPS32R2
endchoice
-
-choice ADK_TARGET_MIPS_FLOAT
-prompt "Float configuration"
-depends on ADK_TARGET_ARCH_MIPS
-
-config ADK_TARGET_MIPS_HARD_FLOAT
- bool "hard-float"
- select ADK_hard_float
-
-config ADK_TARGET_MIPS_SOFT_FLOAT
- bool "soft-float"
- select ADK_soft_float
-
-endchoice