Hi David!
This is a GREAT tip! I've always got problems to install cross-compilers
for all these environments (they're called "cross" compiler for a
reason, because that's what they make people) and then still I got to
have some kind of (emulated) environment to test the bunch. So each time
I can do a compile native, it's a win for me.
Yes, there is a relentless stream of "can you have a version for .." and
yes, I'm willing but I can't buy all these devices just for a simple
compile. I'd love to have more user-provided ports - but then again,
there have to be people who provide them.
Or provide great tips like this allowing me to make these ports
possible. ;-)
BTW, I'm not surprised you can get a viable port with generic source.
The tricky stuff is BSD, MS stuff, etc. These require conditional
compilation. From a developer point of view Android is just another
Linux.
Hans Bezemer