diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-06-30 11:41:17 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-30 08:59:11 +0000 |
commit | e7a3c61bcf7851f350928abe9b4462622caa7dec (patch) | |
tree | f6db70d5e1b5889f2852f624aeb45ed085a63982 /Cross | |
parent | 1e92bf58d9ca015d8f610db7bf0ee9de90ff39ff (diff) | |
download | perl-e7a3c61bcf7851f350928abe9b4462622caa7dec.tar.gz |
some dusting off of the cross-compilation information
Message-ID: <42C385FD.9040601@gmail.com>
p4raw-id: //depot/perl@25015
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cross/README b/Cross/README index 54d16eb360..ea848b4a08 100644 --- a/Cross/README +++ b/Cross/README @@ -7,6 +7,9 @@ the Open Zaurus (http://www.openzaurus.com/) distribution. Most / All of the arm compiler optimisations are "borrowed" from this excellent project. +(Further discussion about cross-compiling Perl in the top level +INSTALL file, see the section "Cross-compilation".) + The main target is arm-linux but I have also managed to successfully cross-compile Perl for Solaris x86 using the same buildsystem. @@ -19,7 +22,7 @@ You need a working and tested cross-compiler for your build and target combination. The binary directory must be in your path. -1) You should be reading me (README) in perl-5.8.3/Cross +1) You should be reading me (README) in perl-5.x.y/Cross 2) Make sure you are in the Cross directory. |