diff options
-rw-r--r-- | target/arm/uclibc-ng-nommu.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |