From 88b37f2b362feb1422e0bc34dca6b63e3b8885b3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 May 2024 18:06:10 +0200 Subject: [PATCH] set default stack size to 16kb for noMMU --- target/arm/uclibc-ng-nommu.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/uclibc-ng-nommu.config b/target/arm/uclibc-ng-nommu.config index 45db787b4..ada9e4bb6 100644 --- a/target/arm/uclibc-ng-nommu.config +++ b/target/arm/uclibc-ng-nommu.config @@ -78,7 +78,7 @@ UCLIBC_CTOR_DTOR=y HAS_NO_THREADS=y # UCLIBC_HAS_LINUXTHREADS is not set # UCLIBC_HAS_THREADS_NATIVE is not set -PTHREADS_STACK_DEFAULT_SIZE=2097152 +PTHREADS_STACK_DEFAULT_SIZE=16384 UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y MALLOC=y -- 2.11.4.GIT