The kernel string functions are now part of kernel_posix.o.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9734 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -66,7 +66,6 @@ KernelLd kernel :
|
||||
kernel_os_main.o
|
||||
kernel_os_arch_$(OBOS_ARCH).o
|
||||
kernel_posix.o
|
||||
posix_string.o
|
||||
|
||||
: $(SUBDIR)/ldscripts/$(OBOS_ARCH)/kernel.ld
|
||||
: -Bdynamic -export-dynamic -dynamic-linker /foo/bar
|
||||
@@ -95,7 +94,6 @@ KernelLd kernel.so :
|
||||
kernel_os_main.o
|
||||
kernel_os_arch_$(OBOS_ARCH).o
|
||||
kernel_posix.o
|
||||
posix_string.o
|
||||
|
||||
: $(SUBDIR)/ldscripts/$(OBOS_ARCH)/kernel.ld
|
||||
: -Bdynamic -shared -export-dynamic -dynamic-linker /foo/bar
|
||||
|
||||
Reference in New Issue
Block a user