summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-08 17:33:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-08 17:33:10 +0000
commit59de697d945dc75b2bf7e79106ddbd6b3e75eb7f (patch)
tree82420c15d812da33c1ac80a138eb16b66067afec /hints
parentbd026c32438ec68a31fc6a7281cbf547c5a94cb4 (diff)
parentb4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7 (diff)
downloadperl-59de697d945dc75b2bf7e79106ddbd6b3e75eb7f.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@6096
Diffstat (limited to 'hints')
-rw-r--r--hints/cygwin.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh
index 42114c249f..47c209293c 100644
--- a/hints/cygwin.sh
+++ b/hints/cygwin.sh
@@ -22,6 +22,7 @@ so='dll'
# - eliminate -lc, implied by gcc
libswanted=`echo " $libswanted " | sed -e 's/ c / /g'`
libswanted="$libswanted cygipc cygwin kernel32"
+test -z "$optimize" && optimize='-O2'
# - otherwise i686-cygwin
archname='cygwin'
@@ -36,8 +37,6 @@ bincompat5005='undef'
# stubs (ENOSYS, not implemented)
d_chroot='undef'
-d_seteuid='undef'
-d_setegid='undef'
# Win9x problem with non-blocking read from a closed pipe
d_eofnblk='define'