tool_chain_auto.run: remove posix.lib.so preload config

Fixes #5028
This commit is contained in:
Christian Prochaska 2023-10-17 13:00:27 +02:00 committed by Christian Helmuth
parent c4677042e1
commit 82705cfc0f

View File

@ -212,15 +212,6 @@ install_config {
<start name="/bin/bash" caps="2000">
<resource name="RAM" quantum="300M" />
<config ld_verbose="yes">
<ld>
<!--
Make sure that the essential POSIX libraries are
always loaded first and in the same order to avoid
fork/execve problems if the 'DT_NEEDED' order in
binaries differs.
-->
<library rom="posix.lib.so"/>
</ld>
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log"
rtc="/dev/rtc" pipe="/pipe">
<stack size="256K"/>