summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-19 17:25:06 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-19 17:25:06 +0000
commitcc07250e5667753212a5dc4d695fbf5ceb8bd07b (patch)
tree76b71983f12bc4c37ab56bd11459d7a3e466dfc1 /extra
parentac4a2b7613359ebacdf4d45f9b6c33233667d02b (diff)
Fix incorrect comment re malloc-930716
-Erik
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.alpha4
-rw-r--r--extra/Configs/Config.arm4
-rw-r--r--extra/Configs/Config.cross.arm.uclinux4
-rw-r--r--extra/Configs/Config.h83006
-rw-r--r--extra/Configs/Config.i3864
-rw-r--r--extra/Configs/Config.i9604
-rw-r--r--extra/Configs/Config.m68k4
-rw-r--r--extra/Configs/Config.m68k.coff4
-rw-r--r--extra/Configs/Config.mips4
-rw-r--r--extra/Configs/Config.mipsel4
-rw-r--r--extra/Configs/Config.powerpc4
-rw-r--r--extra/Configs/Config.sh4
-rw-r--r--extra/Configs/Config.sparc4
-rw-r--r--extra/Configs/Config.v850e4
14 files changed, 29 insertions, 29 deletions
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