From aeacad638c2a3d5f0b6299edc3890fdaad312c79 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 10 Jun 2011 14:56:09 +0100 Subject: uclibc: fix compile error on i586 Without this you get: | libc/sysdeps/linux/common/epoll.c: In function '__libc_epoll_pwait': | libc/sysdeps/linux/common/epoll.c:71:80: error: memory input 7 is not directly addressable | libc/sysdeps/linux/common/epoll.c:75:86: error: memory input 7 is not directly addressable | make: *** [libc/sysdeps/linux/common/epoll.o] Error 1 Signed-off-by: Phil Blundell --- meta/recipes-core/uclibc/uclibc_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/uclibc/uclibc_git.bb') diff --git a/meta/recipes-core/uclibc/uclibc_git.bb b/meta/recipes-core/uclibc/uclibc_git.bb index 78ef4f28d9..b8f58f0095 100644 --- a/meta/recipes-core/uclibc/uclibc_git.bb +++ b/meta/recipes-core/uclibc/uclibc_git.bb @@ -26,5 +26,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ file://remove_attribute_optimize_Os.patch \ file://append_UCLIBC_EXTRA_CFLAGS.patch \ file://compile-arm-fork-with-O2.patch \ + file://epoll-asm-fix.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg