On 16 January 2014 14:26, James Greenhalgh <james.greenha...@arm.com> wrote: > > At a guess, your configuration is set with --with-mode=thumb, > and probably has a default architecture of armv4. With the first > invocation of cc1 the -mcpu overrides the default architecture and
Apologies, I should have included my configure line. I provide it here in case it helps. --target=arm-unknown-linux-gnueabihf --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-languages=c,c++ --with-sysroot=$SYSROOT Thanks Charles