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:
Martin Stein 2016-04-19 15:35:35 +02:00 committed by Christian Helmuth
parent a96130f20b
commit d5d891a227

View File

@ -47,6 +47,9 @@ struct Task_resume
};
Genode::size_t Component::stack_size() {
return 32UL * 1024 * sizeof(Genode::addr_t); }
/**
* Libc task
*