summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-11 18:37:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-11 18:37:00 +0000
commit7acbbe0b3360192751c8f624c49867cad05e57a4 (patch)
treef9ecdc44faf3a833b46afbf63b2d15ac74170525 /extra
parentf0b7e47da37973e4f877f8cc735896d13de2bdb3 (diff)
Default to malloc-930716 for x86
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.i3864
-rw-r--r--extra/Configs/Config.x864
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 0897d9a1f..cd114dfed 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -109,8 +109,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/"
# It is actually smaller than "malloc", at least on i386. Right now, it
# only works on i386 (and maybe m68k) because it needs sbrk.
#MALLOC = malloc-simple
-MALLOC = malloc
-#MALLOC = malloc-930716
+#MALLOC = malloc
+MALLOC = malloc-930716
# If you want to collect common syscall code into one function, set to this to
# `true'. Set it to false otherwise.
diff --git a/extra/Configs/Config.x86 b/extra/Configs/Config.x86
index 0897d9a1f..cd114dfed 100644
--- a/extra/Configs/Config.x86
+++ b/extra/Configs/Config.x86
@@ -109,8 +109,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/"
# It is actually smaller than "malloc", at least on i386. Right now, it
# only works on i386 (and maybe m68k) because it needs sbrk.
#MALLOC = malloc-simple
-MALLOC = malloc
-#MALLOC = malloc-930716
+#MALLOC = malloc
+MALLOC = malloc-930716
# If you want to collect common syscall code into one function, set to this to
# `true'. Set it to false otherwise.