Re: csh on arm failure?

From: Krassimir Slavchev <krassi_at_bulinfo.net>
Date: Wed, 16 May 2007 13:18:51 +0300
Dag-Erling Smørgrav wrote:
> Hajimu UMEMOTO <ume_at_FreeBSD.org> writes:
>   
>> We are not using the system malloc, actually.  SYSMALLOC is undefined
>> in config_f.h, and config_f.h is included after config_p.h in
>> config.h.
>>     
>
> --- contrib/tcsh/config_f.h     11 Mar 2007 22:33:39 -0000      1.1.1.6
> +++ contrib/tcsh/config_f.h     16 May 2007 08:55:10 -0000
> _at__at_ -143,7 +143,7 _at__at_
>   *             This can be much slower and no memory statistics will be
>   *             provided.
>   */
> -#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__linux__)
> +#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined(__linux__) || defined(__FreeBSD__)
>  # define SYSMALLOC
>  #else
>  # undef SYSMALLOC
>
> DES
>   
With system's malloc() it works on arm arch!

Thanks
Received on Wed May 16 2007 - 08:18:57 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:10 UTC