source: gs3-extensions/android-ndk/trunk/src/perl-devel.sh@ 26839

Last change on this file since 26839 was 26839, checked in by davidb, 11 years ago

Files for cross-compiling Perl

  • Property svn:executable set to *
File size: 230 bytes
Line 
1
2export PERL_CROSS_HOME=`pwd`
3
4export PATH=$PERL_CROSS_HOME/hostperl-5.16.0/bin:$PATH
5
6echo "+ Updating PATH to include hostperl-5.16.0/bin"
7
8echo "****"
9echo "* To start cross compilation, run ./PERL-CROSS-STAGE1.sh"
10echo "****"
Note: See TracBrowser for help on using the repository browser.