This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to remove HOST_BITS_PER_* from xm-config files


On Mon, Mar 05, 2001 at 06:00:48PM -0500, Kaveh R. Ghazi wrote:
> +#ifndef HOST_BITS_PER_CHAR
> +# define HOST_BITS_PER_CHAR 8
> +#endif

Err, why not detect based on <limits.h> values?  Those are
present even when cross-compiling.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]