diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-05 18:06:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-05 18:06:52 +0200 |
commit | 88b37f2b362feb1422e0bc34dca6b63e3b8885b3 (patch) | |
tree | 2ca67762b2d786c6f5e8ec12dd564be10beaeb79 | |
parent | c38841af935795cab25f0f95667fc655a73e3977 (diff) |
set default stack size to 16kb for noMMU
-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 |