On 03/12/14 18:24, Cyd Haselton wrote: > On Wed, Dec 3, 2014 at 12:12 PM, Andrew Haley <aph@xxxxxxxxxx> wrote: >> On 12/03/2014 05:37 PM, Cyd Haselton wrote: >>> ../gcc-4.9.2/configure --prefix=/usr/gcc-4.9 >>> --build=arm-linux-androideabi --host=arm-linux-androideabi >>> --target=arm-linux-androideabi >> >> You're building this GCC on an Android machine? So this isn't >> an Android cross compiler, but an Android native compiler? >> >> Andrew. >> > Correct. This is an Android native compiler, being built on an Android device. Try this: nm <objdir>/gmp/.libs/libgmp.a|grep gmpn_tdiv_qr Andrew.