Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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..
- Loading branch information