mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
arm: raise stack size of main thread
With 64K stack size, when doing 'make core' in noux on base-hw, the main thread of /libexec/gcc/arm-elf-eabi/4.7.2/cc1plus runs into a stack overflow during the compilation of core/main.o . Thus raise the stack size to 128K. fix #964
This commit is contained in:
parent
8514eecc90
commit
f4c724639b
@ -35,7 +35,7 @@ __dso_handle: .long 0
|
||||
.p2align 4
|
||||
.globl _stack_low
|
||||
_stack_low:
|
||||
.space 64*1024
|
||||
.space 128*1024
|
||||
.globl _stack_high
|
||||
_stack_high:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user