diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-14 21:49:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-14 21:49:20 +0000 |
commit | bc525beda7a3fb2fea777688c262e4f3695ab7f1 (patch) | |
tree | b5f2b3ac26e5e57fd9fca8dd4235789f5af690a4 /extra/Configs | |
parent | f2e01e948ca6f59af6c7c6379ae85d8eb878e9b2 (diff) |
powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.powerpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index c36b82703..6e2a3ecf7 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -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. |