summaryrefslogtreecommitdiff
path: root/liboil/arm/math_vfp_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'liboil/arm/math_vfp_asm.S')
-rw-r--r--liboil/arm/math_vfp_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/liboil/arm/math_vfp_asm.S b/liboil/arm/math_vfp_asm.S
index ea68dba..ae5c803 100644
--- a/liboil/arm/math_vfp_asm.S
+++ b/liboil/arm/math_vfp_asm.S
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-#if __VFP_FP__
+#if defined(__VFP_FP__) && !defined(__SOFTFP__)
/*
** compile with -mcpu=arm1136j-s -mfpu=vfp -mfloat-abi=softfp
**