Thanks John, Lee for the advice about using readelf. It shows that my object files have flags 0x200, GNU EABI, software FP. But what I want is 0x600, GNU EABI, software FP, VFP and that is what I thought I would be getting by having
SYSCFLAGS= -mfpu=vfp -mtune=cortex-a7 in the makefile. So why would GCC not be taking account of this? -- Gavin Wraith (ga...@wra1th.plus.com) Home page: http://www.wra1th.plus.com/ _______________________________________________ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK