diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2007-06-09 21:41:44 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-11 08:28:57 +0000 |
commit | 608969de9d8f7b5ff63543f0fb8b9f3bee668da2 (patch) | |
tree | d5b6cdb81d04cbcb9f88c43744235be1447ec6a5 /README.ce | |
parent | fa06c9c1dceeb58bb75c4cd7ac36d5aaac6840a6 (diff) | |
download | perl-608969de9d8f7b5ff63543f0fb8b9f3bee668da2.tar.gz |
cross-compilation for linux
From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
p4raw-id: //depot/perl@31362
Diffstat (limited to 'README.ce')
-rw-r--r-- | README.ce | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ File C<Cross.pm> is dead simple: for given cross-architecture places in @INC a path where perl modules are, and right C<Config.pm> in that place. That said, C<miniperl -Ilib -MConfig -we 1> should report an error, because -it can not find C<Config.pm>. If it does not gives an error -- wrong C<Config.pm> +it can not find C<Config.pm>. If it does not give an error -- wrong C<Config.pm> is substituted, and resulting binaries will be a mess. C<miniperl -MCross -MConfig -we 1> should run okay, and it will provide right |