Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 13:18:51 +0300
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no>
Cc:        Mark Peek <mp@FreeBSD.org>, freebsd-current@FreeBSD.org, Hajimu UMEMOTO <ume@FreeBSD.org>
Subject:   Re: csh on arm failure?
Message-ID:  <464ADA8B.5020408@bulinfo.net>
In-Reply-To: <86k5v9gna2.fsf@dwp.des.no>
References:  <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net>	<20070515105611.00747584.rnsanchez@wait4.org>	<464A008E.5040508@FreeBSD.org> <ygeveetjjvc.wl%ume@mahoroba.org> <86k5v9gna2.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smørgrav wrote:
> Hajimu UMEMOTO <ume@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
> @@ -143,7 +143,7 @@
>   *             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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?464ADA8B.5020408>