Re: [PATCH] Re: Oops - Can't calculate our powers
[p5sagit/p5-mst-13.2.git] / hints / cygwin.sh
index c57d3f6..e88cab7 100644 (file)
@@ -23,7 +23,6 @@ so='dll'
 libswanted=`echo " $libswanted " | sed -e 's/ c / /g'`
 # - eliminate -lm, symlink to libcygwin.a
 libswanted=`echo " $libswanted " | sed -e 's/ m / /g'`
-libswanted="$libswanted cygipc"
 test -z "$optimize" && optimize='-O2'
 ccflags="$ccflags -DPERL_USE_SAFE_PUTENV"
 # - otherwise i686-cygwin
@@ -34,10 +33,6 @@ archname='cygwin'
 cccdlflags=' '
 ld='ld2'
 
-# optional(ish)
-# - perl malloc needs to be unpolluted
-bincompat5005='undef'
-
 # Win9x problem with non-blocking read from a closed pipe
 d_eofnblk='define'