fix double-processing of DT_RELR relocations in ldso relocating itself
[musl] / src / fenv / powerpc / fenv-sf.c
index 85bef40..d4248f2 100644 (file)
@@ -1,3 +1,3 @@
-#ifdef _SOFT_FLOAT
+#if defined(_SOFT_FLOAT) || defined(__NO_FPRS__)
 #include "../fenv.c"
 #endif