From b2bfe871fab9b2944c9d7672e4505410ecb3f977 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 8 Mar 2012 08:12:15 +0100 Subject: [PATCH] projects/RPi/options: switch to 'hardfp' support Signed-off-by: Stephan Raue --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index ec4a5717b8..ff724e563b 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -68,7 +68,7 @@ # TARGET_FLOAT: # Specifies which floating-point ABI to use. Permissible values are: # soft softfp hard - TARGET_FLOAT="softfp" + TARGET_FLOAT="hard" # TARGET_FPU: # This specifies what floating point hardware (or hardware emulation) is