diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-02 00:39:36 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-02 00:39:36 +0000 |
commit | da75cd15705fec9f427a4cc8a647f3b6919c6e04 (patch) | |
tree | a83f560164ed3cb4a0a89ca2c53dd1b656bc4beb /pod/perltodo.pod | |
parent | b239daa517b7055c05115178e7b786d4d4679731 (diff) | |
download | perl-da75cd15705fec9f427a4cc8a647f3b6919c6e04.tar.gz |
[PATCH] the the double double word word fix fix
From: Richard Soderberg <rs@oregonnet.com>
Date: Thu, 1 Nov 2001 13:12:03 -0800
Message-Id: <200111012112.NAA23288@oregonnet.com>
Subject: Re: [PATCH] the the double double word word fix fix
From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 01 Nov 2001 16:43:40 -0500
Message-Id: <20011101214340.2044.qmail@plover.com>
Subject: Re: [PATCH] the the double double word word fix fix
From: Mark-Jason Dominus <mjd@plover.com>
Date: Thu, 01 Nov 2001 16:51:39 -0500
Message-Id: <20011101215139.2196.qmail@plover.com>
p4raw-id: //depot/perl@12802
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 9ee1144b06..1898b118d4 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -293,7 +293,7 @@ That's to say, C<pack "(sI)40"> would be the same as C<pack "sI"x40> =head2 Cross compilation Make Perl buildable with a cross-compiler. This will play havoc with -Configure, which needs to how how the target system will respond to +Configure, which needs to know how the target system will respond to its tests; maybe C<microperl> will be a good starting point here. (Indeed, Bart Schuller reports that he compiled up C<microperl> for the Agenda PDA and it works fine.) A really big spanner in the works |