diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-21 16:24:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-21 16:24:36 +0000 |
commit | 6a809565f92f58eb2e23772b87ab5c4f45ee1dd0 (patch) | |
tree | 52b211eaf82fe28a744ae30c254ec94310953b30 /INSTALL | |
parent | 9c98058e3a5614fae5d400e2119d67d3c97a64d1 (diff) | |
download | perl-6a809565f92f58eb2e23772b87ab5c4f45ee1dd0.tar.gz |
Add OpenZaurus cross-compilation patches.
p4raw-id: //depot/perl@19297
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1772,14 +1772,17 @@ line invocation (detailed shortly) is required to access the functionality. NOTE: Perl is routinely built using cross-compilation - in the EPOC environment but the solutions from there - can't directly be used elsewhere. - -The one environment where cross-compilation has successfully been used -as of this writing is the Compaq iPAQ running ARM Linux. The build -host was Intel Linux, the networking setup was PPP + SSH. The exact -setup details are beyond the scope of this document, see -http://www.handhelds.org/ for more information. + in the EPOC environment, in the WinCE, and in the OpenZaurus + project, but all those use something slightly different setup + than what described here. For the WinCE setup, read the + wince/README.compile. For the OpenZaurus setup, read the + Cross/README. + +The one environment where this cross-compilation setup has +successfully been used as of this writing is the Compaq iPAQ running +ARM Linux. The build host was Intel Linux, the networking setup was +PPP + SSH. The exact setup details are beyond the scope of this +document, see http://www.handhelds.org/ for more information. To run Configure in cross-compilation mode the basic switch is C<-Dusecrosscompile>. |