Commit dc7dd64
authored
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..1 parent 7db6e10 commit dc7dd64
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
472 | | - | |
| 471 | + | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
0 commit comments