Free Pascal for Android on MIPS
问题 Trying to port a Delphi library to Android. Free Pascal has Android/ARM support - a prebuilt compiler for Windows is available. However, Android NDK now supports MIPS and x86 as well. What's the status of support for those in FPC? For now, my project is more or less CPU agnostic - the native bits are built for all four supported architectures. Don't want to let go of that. I'm not after the full cycle of Android development in Pascal - just an algorithm library that does no I/O. I tried