summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/arm/softfloat/softfloat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arm/softfloat/softfloat.h b/lib/libc/arm/softfloat/softfloat.h
index 3019d90..50b5fa6 100644
--- a/lib/libc/arm/softfloat/softfloat.h
+++ b/lib/libc/arm/softfloat/softfloat.h
@@ -71,7 +71,9 @@ typedef struct {
Software IEC/IEEE floating-point underflow tininess-detection mode.
-------------------------------------------------------------------------------
*/
+#ifndef SOFTFLOAT_FOR_GCC
extern int float_detect_tininess;
+#endif
enum {
float_tininess_after_rounding = 0,
float_tininess_before_rounding = 1
OpenPOWER on IntegriCloud