From cc07250e5667753212a5dc4d695fbf5ceb8bd07b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Jun 2002 17:25:06 +0000 Subject: Fix incorrect comment re malloc-930716 -Erik --- extra/Configs/Config.alpha | 4 ++-- extra/Configs/Config.arm | 4 ++-- extra/Configs/Config.cross.arm.uclinux | 4 ++-- extra/Configs/Config.h8300 | 6 +++--- extra/Configs/Config.i386 | 4 ++-- extra/Configs/Config.i960 | 4 ++-- extra/Configs/Config.m68k | 4 ++-- extra/Configs/Config.m68k.coff | 4 ++-- extra/Configs/Config.mips | 4 ++-- extra/Configs/Config.mipsel | 4 ++-- extra/Configs/Config.powerpc | 4 ++-- extra/Configs/Config.sh | 4 ++-- extra/Configs/Config.sparc | 4 ++-- extra/Configs/Config.v850e | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index 378c11e2b..8fbfbf375 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -96,8 +96,8 @@ HAS_WCHAR = false # 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 diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index a21d2fc31..3e4ded20a 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -100,8 +100,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 diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index 19f13c36d..2a2abaeb6 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -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 diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 2109a0940..fab139099 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -99,8 +99,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 @@ -194,4 +194,4 @@ SYSTEM_DEVEL_PREFIX = / PREFIX = # C defiend symbols prefix charactor -C_SYMBOL_PREFIX = _ \ No newline at end of file +C_SYMBOL_PREFIX = _ diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 193adad02..f107f6cc1 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -96,8 +96,8 @@ HAS_WCHAR = false # 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 diff --git a/extra/Configs/Config.i960 b/extra/Configs/Config.i960 index 8ab2cfea4..6ee2352a7 100644 --- a/extra/Configs/Config.i960 +++ b/extra/Configs/Config.i960 @@ -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 diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 41f1009fc..4686d869f 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -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 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 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 diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index 3c8ba4fd7..c5df6ce0a 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -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 diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 365da4f39..3c8ab7a17 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -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 diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 4970a9f6c..a46b823c1 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -120,8 +120,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 diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index 5d109aaa6..bfd3c6904 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -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 diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index 74b4cfd0c..ba60a83d7 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -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 -- cgit v1.2.3