Merge pull request #1788 from liruncong/dev

修正打开"Support C++ features"后gcc编译失败问题
This commit is contained in:
Bernard Xiong 2018-09-11 19:03:41 +08:00 committed by GitHub
commit 651d895391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ void $Sub$$__cpp_initialize__aeabi_(void)
}
#elif defined(__GNUC__) && !defined(__CS_SOURCERYGXX_MAJ__)
/* The _init()/_fini() routines has been defined in codesourcery g++ lite */
void _init()
RT_WEAK void _init()
{
}
void _fini()
RT_WEAK void _fini()
{
}