mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
libports: raise stack size of libc apps
Triggered by cc1plus in noux_tool_chain_auto on hw_arndale that caused an overflow on its 64K stack. Ref #1941
This commit is contained in:
parent
a96130f20b
commit
d5d891a227
@ -47,6 +47,9 @@ struct Task_resume
|
||||
};
|
||||
|
||||
|
||||
Genode::size_t Component::stack_size() {
|
||||
return 32UL * 1024 * sizeof(Genode::addr_t); }
|
||||
|
||||
/**
|
||||
* Libc task
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user