summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-23 15:13:34 +0100
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:21 -0300
commitac0b53aa96c1e69a4a23cceca7b967c4561ddec0 (patch)
tree04897b12ced9b073f227e458c5f324f7d8617193 /hints
parentf4ca4add537bb3dc34ec152739952a1a86fd2229 (diff)
downloadperl-ac0b53aa96c1e69a4a23cceca7b967c4561ddec0.tar.gz
Android hints: load the linux hints to get those defaults
Diffstat (limited to 'hints')
-rw-r--r--hints/linux-android.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh
index eff44c454b..0f290591c4 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -277,3 +277,6 @@ $cat <<EOO >> $pwd/config.arch
osname='android'
EOO
+
+# Android is a linux variant, so run those hints.
+. ./hints/linux.sh