summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-04 13:51:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-04 13:52:42 +0100
commit82d0d85f9b9a812437ee75338b92a85cfb8b4baa (patch)
treeba1a94c3fce5b175a607e06d1556217c53450d8d /target
parent189f3f87a90956af253b1db000bb9b0777b52cd3 (diff)
m68k: use malloc-standard for MMU targetsHEADmaster
Diffstat (limited to 'target')
-rw-r--r--target/m68k/uclibc-ng.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/m68k/uclibc-ng.config b/target/m68k/uclibc-ng.config
index 7c8422128..0e96278b4 100644
--- a/target/m68k/uclibc-ng.config
+++ b/target/m68k/uclibc-ng.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# uClibc-ng 1.0.45 C Library Configuration
+# uClibc-ng 1.0.51 C Library Configuration
#
# TARGET_aarch64 is not set
# TARGET_alpha is not set
@@ -95,9 +95,9 @@ PTHREADS_DEBUG_SUPPORT=y
PTHREADS_STACK_DEFAULT_SIZE=2097152
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
-MALLOC=y
+# MALLOC is not set
# MALLOC_SIMPLE is not set
-# MALLOC_STANDARD is not set
+MALLOC_STANDARD=y
UCLIBC_DYNAMIC_ATEXIT=y
UCLIBC_HAS_UTMPX=y
UCLIBC_HAS_UTMP=y