diff --git a/cross/patch/gcc/gcc/config/jehanne.c b/cross/patch/gcc/gcc/config/jehanne.c index 9573a88..95ea4f9 100644 --- a/cross/patch/gcc/gcc/config/jehanne.c +++ b/cross/patch/gcc/gcc/config/jehanne.c @@ -21,9 +21,11 @@ extern "C" { #include #include +void __application_newlib_init(int argc, char *argv[]); + } -void +__attribute__((__used__)) void __application_newlib_init(int argc, char *argv[]) { sys_rfork(RFFDG | RFREND | RFNOTEG);