This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 18 Mar 2000 05:16:32 +0000 (05:16 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 18 Mar 2000 05:16:32 +0000 (05:16 +0000)
in system includes)

p4raw-id: //depot/perl@5800

hints/dos_djgpp.sh

index 478c076..d50bca4 100644 (file)
@@ -28,6 +28,9 @@ lns='cp'
 
 usenm='true'
 
+# this reportedly causes compile errors in system includes
+i_ieeefp='undef'
+
 d_link='undef'      # these are empty functions in libc.a
 d_symlink='undef'
 d_fork='undef'