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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user