From 9689bb8114959bdbcfb0b7a83b448e7c91a13b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 11 Mar 2005 00:49:49 +0000 Subject: [PATCH] Removed env.c from rld.so - it now has to do it on its own. Added posix_pthread.o to libroot.so. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11675 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 052ed3dd2e..e4bf844384 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -139,6 +139,7 @@ KernelLd libroot.so : posix_malloc.o posix_math.o posix_math_arch_$(OBOS_ARCH).o + posix_pthread.o posix_signal.o posix_stdio.o posix_gnu_arch_$(OBOS_ARCH).o @@ -197,8 +198,6 @@ KernelStaticLibraryObjects librld.a : <$(SOURCE_GRIST)!libroot>kernel_vsprintf.o <$(SOURCE_GRIST)!libroot!posix!unistd>open.o - <$(SOURCE_GRIST)!libroot!posix!stdlib>env.o - <$(SOURCE_GRIST)!libroot!posix!string>memchr.o <$(SOURCE_GRIST)!libroot!posix!string>memcmp.o <$(SOURCE_GRIST)!libroot!posix!string>memcpy.o