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]
Other format: [Raw text]

Re: [basic-improvements] 32x64 proposed fix


Zack Weinberg <zack@codesourcery.com> writes:

> This is my proposed patch for the 32x64 build failures on the
> basic-improvements branch
...

> +if test x$need_64bit_hwint = xyes; then
> +	AC_DEFINE(NEED_64BIT_HOST_WIDE_INT, 1,
> +[Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h).])
> +
>  count=a

Ugh.  I've added the missing 'fi' to my copy.

zw


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