# HG changeset patch # User Michael Hope # Date 1318991252 -46800 # Node ID 8f5f36b3473bd7f15386dc73dce452b0f782cdd6 # Parent f320e22f2cba84bf052e9a36ab00138b95637857 arch/arm: ARM supports the softfp convention ARM compilers can be built for soft float (software only, floats in core registers), hard float (uses floating point instructions, floats in FPU registers), or the half-way house softfp (uses floating point instructions, floats in core registers). Signed-off-by: Michael Hope [yann.morin.1998@anciens.enib.fr: split the original patch] Signed-off-by: "Yann E. MORIN" diff -r f320e22f2cba -r 8f5f36b3473b config/arch/arm.in --- a/config/arch/arm.in Wed Oct 19 15:27:32 2011 +1300 +++ b/config/arch/arm.in Wed Oct 19 15:27:32 2011 +1300 @@ -10,6 +10,7 @@ ## select ARCH_SUPPORT_CPU ## select ARCH_SUPPORT_TUNE ## select ARCH_SUPPORT_FPU +## select ARCH_SUPPORT_SOFTFP ## ## help The ARM architecture, as defined by: ## help http://www.arm.com/