Change 33487 by [EMAIL PROTECTED] on 2008/03/12 10:00:24
Subject: [PATCH] cygwin hints back to old
From: "Reini Urban" <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 12 Mar 2008 08:11:17 +0100
Revert a part of blead patch #33357
* no cpu. revert the archname part of patch #33357
to the old behaviour.
Affected files ...
... //depot/perl/hints/cygwin.sh#24 edit
Differences ...
==== //depot/perl/hints/cygwin.sh#24 (text) ====
Index: perl/hints/cygwin.sh
--- perl/hints/cygwin.sh#23~33357~ 2008-02-24 07:25:39.000000000 -0800
+++ perl/hints/cygwin.sh 2008-03-12 03:00:24.000000000 -0700
@@ -36,6 +36,8 @@
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
End of Patch.