From: Matt S Trout Date: Wed, 16 Jun 2010 23:31:07 +0000 (+0100) Subject: doc 23ae7f X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=738540bd4df2dd1842139bb4b7ece803d9d26a56;p=p5sagit%2Fp5-mst-13.2.git doc 23ae7f --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index ddcfd50..6f7a4ae 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -142,7 +142,12 @@ XXX =head2 Compilation improvements -XXX +Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler to correctly be under +$(CCHOME)\mingw\include and \lib rather than immediately below $(CCHOME). + +This means the 'incpath', 'libpth', 'ldflags', 'lddlflags' and +'ldflags_nolargefiles' values in Config.pm and Config_heavy.pl are now +set correctly (23ae7f). =head2 Platform Specific Changes