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
This commit is contained in:
Axel Dörfler 2005-03-11 00:49:49 +00:00
parent 983d4534bc
commit 9689bb8114

View File

@ -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