[swift-dev] Cross-compile for Android armv7 from OSX

Dmitri Gribenko gribozavr at gmail.com
Mon Jan 18 19:51:15 CST 2016


On Mon, Jan 18, 2016 at 5:46 PM, Geordie Jay <geojay at gmail.com> wrote:
> Hi Dimitri, thanks for the enlightening read. I'll keep those ideas in mind.
>
> By "Linux native" do you mean compiling eg. Linux arm from Linux x86_64 with
> the current scheme, and only running multiple invocations when compiling for
> mutually ABI-incompatible platforms (eg. osx->android)?

I meant building for the platform itself.  Compiling Linux arm from
Linux x86_64 would likely require the two-step approach.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list