tool_chain_auto.run: incr. stack size for x86_32

This commit is contained in:
Norman Feske 2023-06-13 16:45:00 +02:00
parent f789c8152c
commit e8ee2cc227

View File

@ -222,7 +222,9 @@ install_config {
<library rom="posix.lib.so"/>
</ld>
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log"
rtc="/dev/rtc" pipe="/pipe"/>
rtc="/dev/rtc" pipe="/pipe">
<stack size="256K"/>
</libc>
<vfs>
<fs buffer_size="2M"/>
<dir name="dev"> <null/> </dir>