the prebuild binaries are build to be able to run on a big number of platforms. For linux this means, you need to link against an old glibc, which at least for me means I have to build the native parts in an old chroot. I'm reluctant to require newer gcc's as this raises the question how the build environment will be created.
I don't know what would be involved, but it currently takes more than a day to rebuild the native libraries, anything that makes it harder, makes me unhappy.
Building for android is currently the most convenient, as it can be quickly cross-build. All other architectures a pain in one way or another, so if you can improve this, I'm happy to have a look.
Greetings
Matthias