noux: preload libc_noux.lib.so for noux processes

Issue #3472
This commit is contained in:
Norman Feske 2019-08-13 14:28:34 +02:00 committed by Christian Helmuth
parent 686dd8affd
commit 695a212877
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ struct Noux::Child_config : Attached_ram_dataspace
{
if (verbose.ld())
xml.attribute("ld_verbose", "yes");
xml.node("ld", [&] () {
xml.node("library", [&] () {
xml.attribute("rom", "libc_noux.lib.so"); }); });
});
}
};