For now reword the sysread/syswrite description to
[p5sagit/p5-mst-13.2.git] / Cross / README
CommitLineData
6a809565 1Summary
2-------
58a21a9b 3
6a809565 4This is a patch set which adds cross-compilation to the perl
5buildsystem. It was built as a part of the Open Zaurus
6(http://www.openzaurus.com/) distribution. Most / All of the
7optimisations are "borrowed" from this excellent project.
8
9The main target is arm-linux but I have also managed to
10successfully cross-compile perl for solaris x86 using the same
11buildsystem.
12
13We are currently dependent on an existing working local copy of
14perl which is available as /usr/bin/perl. This could be migrated
15to using native miniperl with some additional effort.
16
17Obviously you need a working and tested cross-compiler for your
18build and target combination. The binary directory must be in
19your path.
20
211) You should be reading me (README) in perl-5.x.x/Cross
22
232) Make sure you are in the Cross directory.
24
253) Edit the file 'config' to contain your target platform information.
26
274) make patch ## This will patch the existing source-tree.
285) make perl ## Will make perl
29
30The Obvious Ommissions
31----------------------
32
33This does NOT perform any installation as site installation method will
34be dependant on the target arch and OS.
35
36make test will NOT work as the binaries and libraries will not execute.
37
38Due to space limitations on the Zaurus (it's a PDA) we do not provide
39documentation in the core - Therefore man pages are not even generated.
40
41 Note that the Cross/ directory is also used by a different
42 cross-compilation setup described in the INSTALL file, and
43 executed by Configure. There should be no conflicts since
44 it is unlikely both that cross-compilation setups are used
45 simultaneously.
46
47Enjoy!
48
49References
50-------
51Redvers Davies <red@criticalintegration.com>
52Open Zaurus http://www.openzaurus.org/
53Perl OZ Packages http://www.openzaurus.org/official/testing/feed/