diff options
author | Redvers Davies <red@criticalintegration.com> | 2003-12-22 03:11:34 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-27 22:55:35 +0000 |
commit | e4568ebb449242658dc89dca2cbff0f024acf76c (patch) | |
tree | c325ec64bad57e537e9eca6ddde59f3de950c371 /Cross/README | |
parent | b0e74086c793b91e11f2cb4f6e6cda6343532701 (diff) | |
download | perl-e4568ebb449242658dc89dca2cbff0f024acf76c.tar.gz |
Cross compilation patches for arm.
Message-Id: <1072098653.4789.6.camel@ragefire>
Date: Mon, 22 Dec 2003 08:11:34 -0500
p4raw-id: //depot/perl@21985
Diffstat (limited to 'Cross/README')
-rw-r--r-- | Cross/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cross/README b/Cross/README index 4c5d25a2ff..54d16eb360 100644 --- a/Cross/README +++ b/Cross/README @@ -19,7 +19,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.1/Cross +1) You should be reading me (README) in perl-5.8.3/Cross 2) Make sure you are in the Cross directory. @@ -68,6 +68,7 @@ Should you wish to produce optimised binaries for different architectures you can add the appropriate compiler flags to the Makefile in a new ifeq ($(ARCH),...) ... endif block. + Please refer to your cross-compiler documentation for details. @@ -83,4 +84,4 @@ References ---------- Redvers Davies <red@criticalintegration.com> Open Zaurus http://www.openzaurus.org/ -Perl OZ Packages http://www.openzaurus.org/official/testing/feed/ +Perl OZ Packages http://www.criticalintegration.com/perl-oz/ |