Change 33494 by [EMAIL PROTECTED] on 2008/03/12 16:26:30 Integrate: [ 33490] Integrate: [ 33487] 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/maint-5.8/perl/hints/cygwin.sh#10 integrate Differences ... ==== //depot/maint-5.8/perl/hints/cygwin.sh#10 (text) ==== Index: perl/hints/cygwin.sh --- perl/hints/cygwin.sh#9~33472~ 2008-03-11 08:56:33.000000000 -0700 +++ perl/hints/cygwin.sh 2008-03-12 09:26:30.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.