[oe-commits] Yuri Bushmelev : klibc: fix linking for mipsel

git version control git at git.openembedded.org
Tue Nov 30 20:15:16 UTC 2010


Module: openembedded.git
Branch: master
Commit: f355bb4254838fcc875b6dfefbdd1c565570ee07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f355bb4254838fcc875b6dfefbdd1c565570ee07

Author: Yuri Bushmelev <jay4mail at gmail.com>
Date:   Tue Nov 30 23:06:34 2010 +0300

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.

---

 .../klibc/klibc-1.5.20/klibc_kexecsyscall.patch    |    2 +-
 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 9b2dca4..6243db6 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 );
  
  /*





More information about the Openembedded-commits mailing list