Browse Source

Fix incorrect comment re malloc-930716
-Erik

Eric Andersen 22 years ago
parent
commit
cc07250e56

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 3 - 3
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 = _
+C_SYMBOL_PREFIX = _

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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

+ 2 - 2
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