Linking kernel add-ons against the shared libsupc++ really spoils the fun. :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,5 +28,5 @@ KernelAddon reiserfs
|
|||||||
VNode.cpp
|
VNode.cpp
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
|
|
||||||
: $(HAIKU_LIBSUPC++)
|
: $(HAIKU_STATIC_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ KernelAddon userlandfs
|
|||||||
UserlandFS.cpp
|
UserlandFS.cpp
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
|
|
||||||
: $(HAIKU_LIBSUPC++)
|
: $(HAIKU_STATIC_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user