summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorCurtis Jewell <perl@csjewell.fastmail.us>2010-03-30 23:53:45 -0700
committerJesse Vincent <jesse@bestpractical.com>2010-04-02 14:01:59 -0400
commite5418c81fe6098cecc65267c18ff9aa010cee8ee (patch)
treede282065160c11116c7104a7b789b5842b3beba1 /README.win32
parente706c0cd31a70bd2c97d4510f261613278a7e1f5 (diff)
downloadperl-e5418c81fe6098cecc65267c18ff9aa010cee8ee.tar.gz
Updating location of Strawberry's 64-bit toolchain.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 4b93fb49e3..d71a9950cb 100644
--- a/README.win32
+++ b/README.win32
@@ -75,7 +75,7 @@ The MS Platform SDK can be downloaded from http://www.microsoft.com/.
The MinGW64 compiler is available at http://sourceforge.net/projects/mingw-w64.
The latter is actually a cross-compiler targeting Win64. There's also a trimmed
down compiler (no java, or gfortran) suitable for building perl available at:
-http://svn.ali.as/cpan/users/kmx/strawberry_gcc-toolchain/
+http://strawberryperl.com/package/kmx/64_gcctoolchain/mingw64-w64-20100123-kmx-v2.zip
NOTE: If you're using a 32-bit compiler to build perl on a 64-bit Windows
operating system, then you should set the WIN64 environment variable to "undef".