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:
Axel Dörfler
2002-10-05 17:19:26 +00:00
parent 4114b4541a
commit 55aa2e19ad
+24 -25
View File
@@ -10,37 +10,36 @@ KernelObjects
KernelLd thread_test : KernelLd thread_test :
libglue2.o libglue2.o
<$(SOURCE_GRIST)>thread_test.o <$(SOURCE_GRIST)>thread_test.o
libc.so libroot.so
: :
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld $(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
: :
: :
: :
bin/thread_test bin/thread_test
; ;
KernelLd fops_test : KernelLd fops_test :
libglue2.o libglue2.o
<$(SOURCE_GRIST)>fops_test.o <$(SOURCE_GRIST)>fops_test.o
libc.so libroot.so
: :
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld $(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
: :
: :
: :
bin/fops_test bin/fops_test
; ;
KernelLd random_test : KernelLd random_test :
libglue2.o libglue2.o
<$(SOURCE_GRIST)>random_test.o <$(SOURCE_GRIST)>random_test.o
libc.so libroot.so
libm.so :
:
$(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld $(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/app.ld
: :
: :
: :
bin/random_test bin/random_test
; ;