summaryrefslogtreecommitdiff
path: root/hints/cygwin.sh
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>2000-02-24 17:15:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 18:00:49 +0000
commit5db16f6aca34f97afbc0dca7253849c56c0c381d (patch)
treec838fb0afb1b0643ce3428b18235ee402e9891f3 /hints/cygwin.sh
parent86d026b8c4144498131a8760a0ef71417fc4151d (diff)
downloadperl-5db16f6aca34f97afbc0dca7253849c56c0c381d.tar.gz
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org> Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1> p4raw-id: //depot/cfgperl@5241
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r--hints/cygwin.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh
index 4843200f85..42114c249f 100644
--- a/hints/cygwin.sh
+++ b/hints/cygwin.sh
@@ -8,6 +8,7 @@ firstmakefile='GNUmakefile'
case "$ldlibpthname" in
'') ldlibpthname=PATH ;;
esac
+archobjs='cygwin.o'
# mandatory (overrides incorrect defaults)
test -z "$cc" && cc='gcc'
@@ -25,9 +26,9 @@ libswanted="$libswanted cygipc cygwin kernel32"
archname='cygwin'
# dynamic loading
-ld='ld2'
# - otherwise -fpic
cccdlflags=' '
+ld='ld2'
# optional(ish)
# - perl malloc needs to be unpolluted
@@ -38,6 +39,9 @@ d_chroot='undef'
d_seteuid='undef'
d_setegid='undef'
+# Win9x problem with non-blocking read from a closed pipe
+d_eofnblk='define'
+
# strip exe's and dll's
#ldflags="$ldflags -s"
#ccdlflags="$ccdlflags -s"