From: Philip Newton Date: Wed, 25 Jul 2001 08:12:48 +0000 (+0200) Subject: [DOC PATCH bleadperl] typo in INSTALL? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65090350d9e301e94e8198a615fb74d2aa79b641;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH bleadperl] typo in INSTALL? Message-Id: p4raw-id: //depot/perl@11469 --- diff --git a/INSTALL b/INSTALL index cdf8f59..e753ee1 100644 --- a/INSTALL +++ b/INSTALL @@ -1737,7 +1737,7 @@ break utime() so that over NFS the timestamps do not get changed Starting from Perl 5.8 Perl has the beginnings of cross-compilation support. What is known to work is running Configure in a cross-compilation environment and building the miniperl executable. -What is known not work work is building the perl executable because +What is known not to work is building the perl executable because that would require building extensions: Dynaloader statically and File::Glob dynamically, for extensions one needs MakeMaker and MakeMaker is not yet cross-compilation aware, and neither is