[21.5R21.4] [PATCH] Use system malloc on ppc64.
Stephen J. Turnbull
stephen at xemacs.org
Tue Dec 26 21:48:17 EST 2006
QUERY
Malcolm Purvis writes:
> 21.5 RECOMMEND 21.4
>
> Building on ppc64 linux systems and alpha systems fail because of problems
> with the Doug Lea malloc. This patch make these systems use the system malloc
> by default.
>
> BTW, we've been recommending this solution for a while, eg:
>
> http://thread.gmane.org/gmane.emacs.xemacs.beta/8074/focus=8078
>
> Malcolm
>
>
>
> src/ChangeLog addition:
>
> 2006-12-26 Malcolm Purvis <malcolmp at xemacs.org>
>
> * s/linux.h: Enable SYSTEM_MALLOC on ppc64 and alpha systems.
Didn't you mean to write "configure.ac"? ;-)
Among other things, AFAIK configuration hard-coded in the s&m files
will conflict with the information that appears in Installation, which
I think is a killer argument for doing this in configure.ac. (If
that's not true, it's a matter of taste, and I won't push it.)
Steve
More information about the XEmacs-Patches
mailing list