qemu: Resolve various segfault issues

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2060 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-29 11:10:33 +00:00
parent 13e87f0a96
commit f1edd3b119
5 changed files with 593 additions and 271 deletions

View File

@@ -47,16 +47,3 @@ Index: linux-user/syscall.c
#endif
#ifdef TARGET_NR_setxattr
case TARGET_NR_setxattr:
Index: Makefile.target
===================================================================
--- Makefile.target.orig 2007-06-13 11:51:52.000000000 +0100
+++ Makefile.target 2007-06-13 11:51:54.000000000 +0100
@@ -215,7 +215,7 @@ OP_LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS
#########################################################
CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-LIBS+=-lm
+LIBS+=-lm -lrt
ifndef CONFIG_USER_ONLY
LIBS+=-lz
endif