Hi,
Is there any support for kotlin-native on Linux ARM32 soft-float ABI?
I tested, and it runs fine on both ARM64 and ARM32 hardfp, but the libraries and OS on the embedded device i'm planning to use it are compiled to ARM32 softfp (specifically ARMv5 EABI).
I dug a little on the source code, and based on this file
https://github.com/JetBrains/kotlin-native/blob/master/konan/konan.properties there's in fact no support.
If there's no support, how would I be able to add it?
Thanks!