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 /Cross/README | |
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 'Cross/README')
-rw-r--r-- | Cross/README | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Cross/README b/Cross/README index ea848b4a08..683ef9381a 100644 --- a/Cross/README +++ b/Cross/README @@ -34,17 +34,14 @@ your path. Your built Perl environment is in install_me_here/ in your build directory. From here you can package and deploy as you wish. -The Obvious Ommissions ----------------------- +Omissions +---------- -This does NOT perform any installation as site installation method -will be dependent on the target architecture and OS. +This does NOT perform any installation. -make test will NOT work as the binaries and libraries will not execute -on your BUILD machine. +Make test will NOT work. -Due to space limitations on the Zaurus (it's a PDA) we do not provide -documentation in the core - Therefore man pages are not even generated. +We do not provide documentation in the core, man pages are not generated. Other Targets (For Developers) ------------------------------ |