summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc-2.13/ppc-sqrt.patch
AgeCommit message (Collapse)AuthorFiles
2012-06-25eglibc-2.13: Retire into toolchain layerKhem Raj1
If anyone wants it add toolchain-layer from meta-openembedded repo to your setup Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-08-04eglibc: Fix patch merge breakageRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04eglibc_2.13: Add support for handling sqrt & sqrtf on powerpcKumar Gala1
Some of powerpc's dont support the fsqrt[s] instructions so we need an implementation of the library functions for those processors. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>