You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefine the macro _HAVE_INIT_FINI which is defined in newlib. (#624)
Newlib overlay package has calls to init and fini. When building newlib,
referencing of _init and _fini has been suppressed by undefining the
corresponding macro HAVE_INIT_FINI and relys on the more modern
.init_array and .fini_array. But the name of this macro in newlib has
changed from HAVE_INIT_FINI to _HAVE_INIT_FINI, so undefine this macro
in the cmake file..
0 commit comments