The GCC 4.6 (released 25 March) adds support for the bionic c lib:
Android
GCC now supports the Bionic C library and provides a convenient way of building native libraries and applications for the Android platform. Refer to the documentation of the -mandroid and -mbionic options for details on building native code. At the moment, Android support is enabled only for ARM.
Thanks!