projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bee0ef1
)
force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
Gurusamy Sarathy [Sat, 18 Mar 2000 05:16:32 +0000 (
05:16
+0000)]
in system includes)
p4raw-id: //depot/perl@5800
hints/dos_djgpp.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/dos_djgpp.sh
b/hints/dos_djgpp.sh
index
478c076
..
d50bca4
100644
(file)
--- 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'