From 4345869df894faae79f68d4a835e2e825a4778f7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 11:36:56 +0100 Subject: 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. --- target/config/Config.in.float.default | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/config/Config.in.float.default (limited to 'target/config/Config.in.float.default') 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 + -- cgit v1.2.3