diff options
Diffstat (limited to 'target/config/Config.in.mips.default')
-rw-r--r-- | target/config/Config.in.mips.default | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/config/Config.in.mips.default b/target/config/Config.in.mips.default index 3241681ce..43df6220c 100644 --- a/target/config/Config.in.mips.default +++ b/target/config/Config.in.mips.default @@ -1,13 +1,3 @@ # 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 |