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