summaryrefslogtreecommitdiff
path: root/Config.in
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 /Config.in
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 'Config.in')
-rw-r--r--Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 7a7af0604..4e2d7b823 100644
--- a/Config.in
+++ b/Config.in
@@ -25,6 +25,7 @@ source "target/config/Config.in.kernel"
source "target/config/Config.in.arch"
source "target/config/Config.in.system"
source "target/config/Config.in.endian"
+source "target/config/Config.in.float"
source "target/config/Config.in.arm"
source "target/config/Config.in.cris"
source "target/config/Config.in.mips"