Always define the symbols needed for basic C++ features. If we link against libgcc.a the symbols from there are simply overridden.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-11-03 17:33:17 +00:00
parent ba44a1e8e1
commit 90072e721d
2 changed files with 12 additions and 17 deletions
-7
View File
@@ -71,13 +71,6 @@ operator delete[](void *ptr) throw ()
free(ptr);
}
// only needed in the boot loader
#ifndef _BOOT_MODE
extern "C" void __pure_virtual();
#endif // #if _BOOT_MODE
#endif // #if _KERNEL_MODE
#endif // __cplusplus