diff options
author | Gerrit P. Haase <gp@familiehaase.de> | 2002-02-27 23:25:41 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 21:14:22 +0000 |
commit | a0457be16b8088455208a5b5ab035da17cb9f707 (patch) | |
tree | f2cc299ec46bba61a455e8d172c346232b191d60 /cygwin | |
parent | 8c007b5a50b3b203d888850956b2075ebfd49ce5 (diff) | |
download | perl-a0457be16b8088455208a5b5ab035da17cb9f707.tar.gz |
Some minor changes for Cygwin
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <14296492589.20020227222541@familiehaase.de>
p4raw-id: //depot/perl@14901
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/perlld.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 90a21bb1ac..513edf4946 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -62,7 +62,7 @@ if ($args !~ /\-o (\S+)/) { $command .=" -Wl,--output-exp=$libname$EXP_EXT" if $EXP_EXT; $command .=" -Wl,--out-implib=$libname.dll$LIB_EXT" if $LIB_EXT; $command .=" -Wl,--export-all-symbols" if $EXPORT_ALL; - $command .=" -Wl,--enable-auto-import -Wl,--stack,67108864"; # always + $command .=" -Wl,--enable-auto-import -Wl,--stack,8388608"; # always # other args are passed through shellexec("$command \\\n$args\n"); |