diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 13:57:33 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 13:57:39 -0600 |
commit | 586f1779b04252c20b0d9c2bfdc7136473e73d2e (patch) | |
tree | 26110b819acf62f0e2807855ef80a487f1663ee0 /target/config | |
parent | f5a35a0cadad597d251a0ece943f9b9dcadf79f4 (diff) |
depend on CPU_WITH_FPU
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.float.choice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.float.choice b/target/config/Config.in.float.choice index eb075e610..1b5c34752 100644 --- a/target/config/Config.in.float.choice +++ b/target/config/Config.in.float.choice @@ -3,9 +3,9 @@ choice ADK_TARGET_FLOAT prompt "Float configuration" -depends on ADK_TARGET_ARCH_ARM || \ +depends on (ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_MIPS || \ - ADK_TARGET_ARCH_PPC && \ + ADK_TARGET_ARCH_PPC) && \ ADK_TARGET_CPU_WITH_FPU config ADK_TARGET_HARD_FLOAT |