From: Jess Robinson Date: Fri, 19 Apr 2013 11:18:46 +0000 (+0100) Subject: No locales in Android, just set the lot to undef X-Git-Tag: upstream/5.20.0~614^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19abaf5c0cfc9d2967c43999e14f952574f0fced;p=platform%2Fupstream%2Fperl.git No locales in Android, just set the lot to undef --- diff --git a/hints/linux-android.sh b/hints/linux-android.sh index e6b775a..fdef9ed 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