Ver Fonte

Use malloc on arm (since I've never bothered to write sbrk)

Eric Andersen há 23 anos atrás
pai
commit
fa8092597e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      extra/Configs/Config.arm

+ 2 - 2
extra/Configs/Config.arm

@@ -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.