summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-21 15:23:12 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:24 -0300
commitd639e0aecc2eda6c070c5a9e99189b931537a9b6 (patch)
tree08ad34227c11e28ced0e23525af335ccc4231fad /README.android
parent77edee38b69c5056f5c18df754a4b8fd77047ab0 (diff)
downloadperl-d639e0aecc2eda6c070c5a9e99189b931537a9b6.tar.gz
pod fixups on README.android
Diffstat (limited to 'README.android')
-rw-r--r--README.android6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.android b/README.android
index 4ddff06184..fc1d7fac7c 100644
--- a/README.android
+++ b/README.android
@@ -18,7 +18,7 @@ perl native using one of the toolchains available on the Play Store.
This document describes how to set up your host environment when
attempting to build Perl for Android.
-=head1 Cross-Compiling Perl
+=head1 Cross-Compiling
These instructions assume an Unixish build environment on your host system;
they've been tested on Linux and OS X, and may work on Cygwin and MSYS.
@@ -173,6 +173,8 @@ On some older low-end devices -- think early 2.2 era -- some tests,
particularly t/re/uniprops, may crash the phone, causing it to turn
itself off once, and then back on again.
+=back
+
=head1 Native Builds
While Google doesn't provide a native toolchain for Android,
@@ -192,8 +194,6 @@ compiling perl is little more than:
export LD_LIBRARY_PATH="$SYSROOT/lib:`pwd`:`pwd`/lib:`pwd`/lib/auto:$LD_LIBRARY_PATH"
sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib"
-=back
-
=head1 AUTHOR
Brian Fraser <fraserbn@gmail.com>