[libc] implement an empty __libc_init_array routine in newlib
This commit is contained in:
parent
7dfac0f78e
commit
31824c7e78
|
@ -442,3 +442,8 @@ _system(const char *s)
|
|||
/* not support this call */
|
||||
return;
|
||||
}
|
||||
|
||||
void __libc_init_array(void)
|
||||
{
|
||||
/* we not use __libc init_aray to initialize C++ objects */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue