summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/arith.h')
-rw-r--r--lib/libc/arm/arith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/arith.h b/lib/libc/arm/arith.h
index be78d86..5e2e389 100644
--- a/lib/libc/arm/arith.h
+++ b/lib/libc/arm/arith.h
@@ -11,7 +11,7 @@
* architecture. See contrib/gdtoa/gdtoaimp.h for details.
*/
-#if !defined(__ARMEB__) && defined(__VFP_FP__)
+#if !defined(__ARMEB__) && (defined(__VFP_FP__) || defined(__ARM_EABI__))
#define IEEE_8087
#define Arith_Kind_ASL 1
#define Sudden_Underflow
OpenPOWER on IntegriCloud