diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-19 17:25:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-19 17:25:06 +0000 |
commit | cc07250e5667753212a5dc4d695fbf5ceb8bd07b (patch) | |
tree | 76b71983f12bc4c37ab56bd11459d7a3e466dfc1 /extra/Configs/Config.mips | |
parent | ac4a2b7613359ebacdf4d45f9b6c33233667d02b (diff) |
Fix incorrect comment re malloc-930716
-Erik
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r-- | extra/Configs/Config.mips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index c55d78779..d2868bead 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -98,8 +98,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 |