diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 05:16:32 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 05:16:32 +0000 |
commit | 151afd43bea82dd30ddad05d5473070608c1d3fb (patch) | |
tree | 9fddac67857b33162d9f7392740ed0225dd73012 | |
parent | bee0ef1e2feb5d6867ff3a1c6e5049ad71c9c0f2 (diff) | |
download | perl-151afd43bea82dd30ddad05d5473070608c1d3fb.tar.gz |
force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
in system includes)
p4raw-id: //depot/perl@5800
-rw-r--r-- | hints/dos_djgpp.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/dos_djgpp.sh b/hints/dos_djgpp.sh index 478c076920..d50bca4b25 100644 --- a/hints/dos_djgpp.sh +++ b/hints/dos_djgpp.sh @@ -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' |