[poky] [PATCH 03/25] gcc: crosssdk unset TARGET_FPU
Ilya Yanok
yanok at emcraft.com
Mon Jan 17 15:55:45 PST 2011
Hi Adrian,
Adrian Alonso <aalonso at ...> writes:
>
> * Configure fails due that --with-float=soft
> flag isn't supportted by powerpc arch
That's not true. PowerPC support soft-float (and we actually need this for
MPC8308 which has e300c3 core without FPU).
For me, configure fails with the same message but that's not because PowerPC
lacks support for soft-float but cause gcc-crosssdk recipe passes wrong
--target= option to the configure script (for me it's x86_86-pokysdk-linux, I'm
building on the x86_64 host).
> * Unsetting TARGET_FPU this flag to not try to use
> this flag
So please do NOT unset TARGET_FPU, some targets really need it. I'm looking
forward to see a correct solution for this issue.
Regards, Ilya.
More information about the poky
mailing list