Front page | perl.perl5.porters |
Postings from January 2014
$^O for Android
Thread Next
From:
Piotr Roszatycki
Date:
January 12, 2014 23:27
Subject:
$^O for Android
Message ID:
CAPXbJe=kUPx1TY_7DXoR-GtrcwhNVMHJungGnLuWgN8Tw1ZgRA@mail.gmail.com
What should contain $^O for Android port?
There are two options already I've noticed: 'linux-androideabi' [1]
and 'android' [2]
I think it should be just 'android' as far as Cygwin has 'cygwin', not
'MSWin32-cygwin'. This is the same case: different libc and ABI on the
same platform.
Anyway, I would like to know how to mark Android OS before I'll make
some patches ie. for ExtUtils::MakeMaker [3]
[1] https://github.com/Hugmeir/utf8mess/commit/abb428c536af4c48bfb912183b5d86d02f9912d8
[2] https://github.com/dex4er/perl5/commit/63853cf7503cbac31914727dffa99f18a592480e
[3] https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/pull/82
--
Piotr Roszatycki
Thread Next
-
$^O for Android
by Piotr Roszatycki