diff options
author | Reini Urban <rurban@x-ray.at> | 2008-03-12 09:11:17 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-12 10:00:24 +0000 |
commit | 7c65b8e2206ddeabed0d9e8a826a60dfc601a8a1 (patch) | |
tree | 5695a9a971d205e591afec54343b4c94ef35ad4e /hints/cygwin.sh | |
parent | c0abe5aa023c241a7c62916f78986356631f76c7 (diff) | |
download | perl-7c65b8e2206ddeabed0d9e8a826a60dfc601a8a1.tar.gz |
cygwin hints back to old
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com>
Revert a part of blead patch #33357
* no cpu. revert the archname part of patch #33357
to the old behaviour.
p4raw-id: //depot/perl@33487
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 |