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:
+1
-2
@@ -139,6 +139,7 @@ KernelLd libroot.so :
|
|||||||
posix_malloc.o
|
posix_malloc.o
|
||||||
posix_math.o
|
posix_math.o
|
||||||
posix_math_arch_$(OBOS_ARCH).o
|
posix_math_arch_$(OBOS_ARCH).o
|
||||||
|
posix_pthread.o
|
||||||
posix_signal.o
|
posix_signal.o
|
||||||
posix_stdio.o
|
posix_stdio.o
|
||||||
posix_gnu_arch_$(OBOS_ARCH).o
|
posix_gnu_arch_$(OBOS_ARCH).o
|
||||||
@@ -197,8 +198,6 @@ KernelStaticLibraryObjects librld.a :
|
|||||||
<$(SOURCE_GRIST)!libroot>kernel_vsprintf.o
|
<$(SOURCE_GRIST)!libroot>kernel_vsprintf.o
|
||||||
<$(SOURCE_GRIST)!libroot!posix!unistd>open.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>memchr.o
|
||||||
<$(SOURCE_GRIST)!libroot!posix!string>memcmp.o
|
<$(SOURCE_GRIST)!libroot!posix!string>memcmp.o
|
||||||
<$(SOURCE_GRIST)!libroot!posix!string>memcpy.o
|
<$(SOURCE_GRIST)!libroot!posix!string>memcpy.o
|
||||||
|
|||||||
Reference in New Issue
Block a user