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.arm.default | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'target/config/Config.in.arm.default') diff --git a/target/config/Config.in.arm.default b/target/config/Config.in.arm.default index 53ddb76be..4e1e17c7e 100644 --- a/target/config/Config.in.arm.default +++ b/target/config/Config.in.arm.default @@ -1,33 +1,12 @@ # 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_fpu_neon bool config ADK_fpu_vfp bool -config ADK_TARGET_ARM_HARD_FLOAT - bool - select ADK_hard_float - default y if ADK_TARGET_ABI_EABIHF - -config ADK_TARGET_ARM_SOFT_FLOAT - bool - select ADK_soft_float - default y if ADK_TARGET_ABI_EABI - -config ADK_TARGET_FLOAT - string - default "hard" if ADK_hard_float - default "soft" if ADK_soft_float - config ADK_TARGET_FPU string default "vfp" if ADK_fpu_vfp -- cgit v1.2.3