diff options
author | Curtis Jewell <perl@csjewell.fastmail.us> | 2010-03-30 23:54:44 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-02 14:02:05 -0400 |
commit | d774b2d8bb102ea9b24adc6082967226dcbf2878 (patch) | |
tree | 2c15647c8c3cb8bb8f9291098a4283c449d4c0e0 /README.win32 | |
parent | e5418c81fe6098cecc65267c18ff9aa010cee8ee (diff) | |
download | perl-d774b2d8bb102ea9b24adc6082967226dcbf2878.tar.gz |
Specifying when the trimmed down Win64 compiler works.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.win32 b/README.win32 index d71a9950cb..f9c3353b6d 100644 --- a/README.win32 +++ b/README.win32 @@ -79,6 +79,8 @@ http://strawberryperl.com/package/kmx/64_gcctoolchain/mingw64-w64-20100123-kmx-v 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". +Also, the trimmed down compiler only passes tests when USE_ITHREADS *= define +(as opposed to undef) and when the CFG *= Debug line is commented out. This port fully supports MakeMaker (the set of modules that is used to build extensions to perl). Therefore, you should be |