You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
340 B

  1. --- a/perl.c
  2. +++ b/perl.c
  3. @@ -303,7 +303,7 @@ perl_construct(pTHXx)
  4. PL_localpatches = local_patches; /* For possible -v */
  5. #endif
  6. -#if defined(LIBM_LIB_VERSION)
  7. +#if defined(LIBM_LIB_VERSION) && defined(__UCLIBC__)
  8. /*
  9. * Some BSDs and Cygwin default to POSIX math instead of IEEE.
  10. * This switches them over to IEEE.