mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
The added hook 'OBJ_POSTPROC_SRC' gives us a way to post-process object files for generating supplemental code. By using this hook, the initcall_table.c generated by import-lx_emul_common.inc gets reliably executed after all object files are built. Fixes #5159