2018-04-29 21:07:15 +00:00
|
|
|
--- a/perl.c
|
|
|
|
+++ b/perl.c
|
2018-10-16 09:44:07 +00:00
|
|
|
@@ -303,7 +303,7 @@ perl_construct(pTHXx)
|
2018-04-29 21:07:15 +00:00
|
|
|
PL_localpatches = local_patches; /* For possible -v */
|
2015-06-17 15:36:03 +00:00
|
|
|
#endif
|
|
|
|
|
2018-04-29 21:07:15 +00:00
|
|
|
-#if defined(LIBM_LIB_VERSION)
|
2018-10-16 09:44:07 +00:00
|
|
|
+#if defined(LIBM_LIB_VERSION) && defined(__UCLIBC__)
|
2018-04-29 21:07:15 +00:00
|
|
|
/*
|
|
|
|
* Some BSDs and Cygwin default to POSIX math instead of IEEE.
|
|
|
|
* This switches them over to IEEE.
|