Reverted to the previous version. I was too quick; the boot loader

doesn't link against libsupc++ and still needs the symbol.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-11-16 20:51:17 +00:00
parent 5412911f7f
commit aeef8a1098

View File

@ -28,6 +28,14 @@ __pure_virtual()
panic("pure virtual function call\n");
}
#elif __GNUC__ >= 3
extern "C" void
__cxa_pure_virtual()
{
panic("pure virtual function call\n");
}
#endif
// full C++ support in the kernel