summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k.coff
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.m68k.coff')
-rw-r--r--extra/Configs/Config.m68k.coff4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 9e80e66c9..e35dc020c 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -96,8 +96,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/"
# can be lots faster and safer IMHO.
#
# "malloc-930716" is from libc-5.3.12 and was/is the standard gnu malloc.
-# It is actually smaller than "malloc", at least on i386. Right now, it
-# only works on i386 (and maybe m68k) because it needs sbrk.
+# It is actually smaller than "malloc", but because it is based on brk/sbrk
+# it will only work on systems with an MMU.
MALLOC = malloc-simple
#MALLOC = malloc
#MALLOC = malloc-930716