ppc: add configure check for older compilers erroring on 'd' constraint
[musl] / src / math / powerpc / fabs.c
index f6ec443..0efc21e 100644 (file)
@@ -1,6 +1,6 @@
 #include <math.h>
 
-#ifdef _SOFT_FLOAT
+#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
 
 #include "../fabs.c"