The test apps now link against libroot.so, not libc/libm anymore.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,7 @@ KernelObjects
|
||||
KernelLd thread_test :
|
||||
libglue2.o
|
||||
<$(SOURCE_GRIST)>thread_test.o
|
||||
libc.so
|
||||
libroot.so
|
||||
:
|
||||
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
|
||||
:
|
||||
@@ -23,7 +23,7 @@ KernelLd thread_test :
|
||||
KernelLd fops_test :
|
||||
libglue2.o
|
||||
<$(SOURCE_GRIST)>fops_test.o
|
||||
libc.so
|
||||
libroot.so
|
||||
:
|
||||
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
|
||||
:
|
||||
@@ -35,8 +35,7 @@ KernelLd fops_test :
|
||||
KernelLd random_test :
|
||||
libglue2.o
|
||||
<$(SOURCE_GRIST)>random_test.o
|
||||
libc.so
|
||||
libm.so
|
||||
libroot.so
|
||||
:
|
||||
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user