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:
Martin Stein 2013-12-01 22:20:04 +01:00 committed by Norman Feske
parent 8514eecc90
commit f4c724639b

View File

@ -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: