summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-08-11 18:43:17 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:20 -0300
commit47f59fc1da13da3210c9f3c514da8382eedf57c0 (patch)
tree8544434ca8bb114b43d1942bb1af120f74fa96a3 /hints
parentaec8ce86528dbc86204cc6083a15b9c7fa793019 (diff)
downloadperl-47f59fc1da13da3210c9f3c514da8382eedf57c0.tar.gz
hints/linux-androideabi.sh: If the host OS is darwin, set firstmakefile to GNUmakefile
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 d0d21c4a95..0c7d26c862 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -235,3 +235,6 @@ exit 0
EOF
$chmod a+rx $from
+if $test "X$hostosname" = "Xdarwin"; then
+ firstmakefile=GNUmakefile;
+fi