summaryrefslogtreecommitdiff
path: root/target/config/Config.in.float.default
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.float.default')
-rw-r--r--target/config/Config.in.float.default14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/config/Config.in.float.default b/target/config/Config.in.float.default
new file mode 100644
index 000000000..087a79fff
--- /dev/null
+++ b/target/config/Config.in.float.default
@@ -0,0 +1,14 @@
+# 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
+