summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2010-11-30 23:06:34 +0300
committerKhem Raj <raj.khem@gmail.com>2010-12-02 11:20:16 -0800
commit79401b3f97602e93095772cd861d795722bb0ccf (patch)
treeba0d569690dc1189162ee7173514d7a1c7466ac7
parentea6078e64d9f4084d29df14328e749fa8774790e (diff)
downloadopenembedded-79401b3f97602e93095772cd861d795722bb0ccf.tar.gz
klibc: fix linking for mipsel
Disable inclusion of <asm/kexec.h>. This header have function (at least on mipsel) which breaks klibc's syscalls parser and lead to klibc linking failure.
-rw-r--r--recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch b/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
index 9b2dca4738..6243db6c18 100644
--- a/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
+++ b/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
@@ -4,7 +4,7 @@
#include <asm/unistd.h>
#include <klibc/sysconfig.h>
#include <bitsize.h>
-+#include <asm/kexec.h>
++/* #include <asm/kexec.h> */
+long kexec_load(void *, unsigned long , struct kexec_segment *, unsigned long );
/*