4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 05:50:22 +08:00

update cplusplus support code.

This commit is contained in:
weety 2017-05-19 21:41:43 +08:00
parent ccadbf8007
commit a818ba0e2d

3
components/cplusplus/crt_init.c Normal file → Executable file
View File

@ -43,6 +43,9 @@ void _init()
void _fini()
{
}
WEAK void *__dso_handle = 0;
#endif
WEAK