summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc-2.13/armv4-eabi-compile-fix.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 build for armv4 machinesDmitry Eremin-Solenikov1
eglibc builds for arm-eabi unconditionally enables the libc-do-syscall.S file, which contains thumb assembly. It's unused in arm-eabi-nothumb case, so just ifdef the actual code. V2: use the patch from oe.dev. The patch is submitted to sourceware bugzilla by Khem Raj back in October of 2010, but the status is still UNCONFIRMED and the patch isn't commited. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Khem Raj <raj.khem@gmail.com>