Merge pull request #738 from weety/cplusplus

update cplusplus support code.
This commit is contained in:
Bernard Xiong 2017-05-20 19:43:19 +08:00 committed by GitHub
commit acc9072a15
1 changed files with 3 additions and 0 deletions

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