git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6078e
)
klibc: fix linking for mipsel
author
Yuri Bushmelev
<jay4mail@gmail.com>
Tue, 30 Nov 2010 20:06:34 +0000
(23:06 +0300)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 2 Dec 2010 19:20:16 +0000
(11:20 -0800)
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.
recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
patch
|
blob
|
history
diff --git
a/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
b/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch
index
9b2dca4
..
6243db6
100644
(file)
--- 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 );
/*