diff options
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r-- | hints/cygwin.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index c5c12e04c7..f411c6dcab 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -36,6 +36,8 @@ test -z "$use64bitint" && use64bitint='define' test -z "$usethreads" && usethreads='define' test -z "$usemymalloc" && usemymalloc='define' ccflags="$ccflags -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__" +# - otherwise i686-cygwin +archname='cygwin' # dynamic loading # - otherwise -fpic |