Added KERNEL_C++_SUPPORT_LIBS to the libs the kernel links against. Required under Linux.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11605 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-06 16:50:24 +00:00
parent a8bd76eb3f
commit 8b737816c4
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ KernelLd kernel :
:
: kernel
;
LINKLIBS on kernel += $(KERNEL_C++_SUPPORT_LIBS) ;
KernelLd kernel.so :
kernel_core.o
@ -99,6 +100,7 @@ KernelLd kernel.so :
: $(SUBDIR)/ldscripts/$(OBOS_ARCH)/kernel.ld
: -Bdynamic -shared -export-dynamic -dynamic-linker /foo/bar
;
LINKLIBS on kernel.so += $(KERNEL_C++_SUPPORT_LIBS) ;
# ToDo: this is outdated; instead, the standard Be mechanism should be used
KernelLd libglue.o : # libglue.o is used for dynamic libraries