summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-08-03 16:12:37 +0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:35 +0100
commitf3146ae8ced06abf7ded0c66f4a64be2c73d6550 (patch)
tree68902de742159923b359f0e2d9d5f623c9ea0e29 /meta/recipes-core/eglibc/eglibc_2.13.bb
parentd76a2ee76a2f4eccffcd4a58b317b92be18b08c4 (diff)
downloadpoky-f3146ae8ced06abf7ded0c66f4a64be2c73d6550.tar.gz
eglibc: fix build for armv4 machines
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. (From OE-Core rev: d557b18845d2ddc035d7f3949713ba1961a8cce1) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index d9935bea02..ddca50fe8b 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -13,6 +13,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
13 file://shorten-build-commands.patch \ 13 file://shorten-build-commands.patch \
14 file://mips-rld-map-check.patch \ 14 file://mips-rld-map-check.patch \
15 file://stack-protector-test.patch \ 15 file://stack-protector-test.patch \
16 file://armv4-eabi-compile-fix.patch \
16 file://etc/ld.so.conf \ 17 file://etc/ld.so.conf \
17 file://generate-supported.mk \ 18 file://generate-supported.mk \
18 file://glibc_bug_fix_12454.patch \ 19 file://glibc_bug_fix_12454.patch \