diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-28 05:08:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-28 05:08:07 +0000 |
commit | e42fa77b579283ff48061baf2c5174858a85329a (patch) | |
tree | d3fe126850f3f8b507c34a7af09bb882ae7898f7 /Cross/README | |
parent | 3874323d73ef08e6639270ea07e834aec3e379f1 (diff) | |
download | perl-e42fa77b579283ff48061baf2c5174858a85329a.tar.gz |
OpenZaurus cross-compilation patches from Redvers Davies.
p4raw-id: //depot/perl@19627
Diffstat (limited to 'Cross/README')
-rw-r--r-- | Cross/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Cross/README b/Cross/README index 62444837b7..e113380ff1 100644 --- a/Cross/README +++ b/Cross/README @@ -4,15 +4,17 @@ Summary This is a patch set which adds cross-compilation to the perl buildsystem. It was built as a part of the Open Zaurus (http://www.openzaurus.com/) distribution. Most / All of the -optimisations are "borrowed" from this excellent project. +arm compiler optimisations are "borrowed" from this excellent +project. The main target is arm-linux but I have also managed to successfully cross-compile perl for solaris x86 using the same buildsystem. We are currently dependent on an existing working local copy of -perl which is available as /usr/bin/perl. This could be migrated -to using native miniperl with some additional effort. +perl ** of the same version and revision ** which is available +as /usr/bin/perl. This could be migrated to using native +miniperl with some additional effort. Obviously you need a working and tested cross-compiler for your build and target combination. The binary directory must be in @@ -47,7 +49,7 @@ documentation in the core - Therefore man pages are not even generated. Enjoy! References -------- +---------- Redvers Davies <red@criticalintegration.com> Open Zaurus http://www.openzaurus.org/ Perl OZ Packages http://www.openzaurus.org/official/testing/feed/ |