Nikos Mavrogiannopoulos nmav@gnutls.org writes:
I tried to use the android NDK on nettle and the cpu detected was simply 'arm'.
You could configure with something like
--host=armv6-linux-androideabi CC="arm-linux-androideabi -march=armv6t2"
No idea how much problems, if any, that will cause for real android devices.
But it seems fairly common that android apps are compiled for newer processors only (if they include native code at all), e.g., I think the firefox app I got from f-droid is armv7 only.
Regards, /Niels