]> code.ossystems Code Review - openembedded-core.git/commit
tune-ppc: Update to pass glibc configure option to get cpu specific support
authorKumar Gala <galak@kernel.crashing.org>
Fri, 12 Aug 2011 04:53:50 +0000 (23:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 16:17:35 +0000 (17:17 +0100)
commit078699cb8c707830c86b55787fd535d87171388e
treee19023b11a44d35ffcd23d50cf8ca9c2d95ca738
parent2c86e636972bd02b35523b36bc81a2765f430f70
tune-ppc: Update to pass glibc configure option to get cpu specific support

We need --with-cpu based to glibc to get proper support on 603e & e500mc
to pickup proper math libs to deal with sqrt.  These core do not
implement the fsqrt[s] instructions that the normal PPC math libs
utilize.

This causes use to not set AVAILTUNES specifically to the sub-arch only
as we arent generically compatiable.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-ppc603e.inc
meta/conf/machine/include/tune-ppce500mc.inc