summaryrefslogtreecommitdiff
path: root/hints/linux-android.sh
diff options
context:
space:
mode:
authorJess Robinson <castaway@desert-island.me.uk>2013-04-19 12:18:46 +0100
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:19 -0300
commit19abaf5c0cfc9d2967c43999e14f952574f0fced (patch)
tree9bdfbd306f2ed6512d6100575fd6fc30f886c5fc /hints/linux-android.sh
parent77e493b5e4bd0e0f2e89cbe532341410e592b9a8 (diff)
downloadperl-19abaf5c0cfc9d2967c43999e14f952574f0fced.tar.gz
No locales in Android, just set the lot to undef
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r--hints/linux-android.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh
index e6b775a950..fdef9ed36c 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -5,6 +5,13 @@ userelocatableinc='define'
# On Android the shell is /system/bin/sh:
targetsh='/system/bin/sh'
+# Down with locales!
+# https://github.com/android/platform_bionic/blob/master/libc/CAVEATS
+d_locconv='undef'
+d_setlocale='undef'
+d_setlocale_r='undef'
+i_locale='undef'
+
case "$src" in
/*) run=$src/Cross/run