OSDN Git Service

Fix incorrect comment re malloc-930716
authorEric Andersen <andersen@codepoet.org>
Wed, 19 Jun 2002 17:25:06 +0000 (17:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 19 Jun 2002 17:25:06 +0000 (17:25 -0000)
 -Erik

14 files changed:
extra/Configs/Config.alpha
extra/Configs/Config.arm
extra/Configs/Config.cross.arm.uclinux
extra/Configs/Config.h8300
extra/Configs/Config.i386
extra/Configs/Config.i960
extra/Configs/Config.m68k
extra/Configs/Config.m68k.coff
extra/Configs/Config.mips
extra/Configs/Config.mipsel
extra/Configs/Config.powerpc
extra/Configs/Config.sh
extra/Configs/Config.sparc
extra/Configs/Config.v850e

index 378c11e..8fbfbf3 100644 (file)
@@ -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
index a21d2fc..3e4ded2 100644 (file)
@@ -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
index 19f13c3..2a2abae 100644 (file)
@@ -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
index 2109a09..fab1390 100644 (file)
@@ -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 = _
index 193adad..f107f6c 100644 (file)
@@ -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
index 8ab2cfe..6ee2352 100644 (file)
@@ -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
index 41f1009..4686d86 100644 (file)
@@ -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
index 9e80e66..e35dc02 100644 (file)
@@ -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
index c55d787..d2868be 100644 (file)
@@ -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
index 3c8ba4f..c5df6ce 100644 (file)
@@ -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
index 365da4f..3c8ab7a 100644 (file)
@@ -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
index 4970a9f..a46b823 100644 (file)
@@ -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
index 5d109aa..bfd3c69 100644 (file)
@@ -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
index 74b4cfd..ba60a83 100644 (file)
@@ -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