This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [patch] libiberty: Bad UNSIGNED_64BIT_TYPE definition
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "Maciej W. Rozycki" <macro at ds2 dot pg dot gda dot pl>
- Cc: gcc-patches at gcc dot gnu dot org, binutils at sources dot redhat dot com
- Date: 26 Apr 2004 10:22:13 -0400
- Subject: Re: [patch] libiberty: Bad UNSIGNED_64BIT_TYPE definition
- References: <Pine.LNX.4.55.0404261403390.22528@jurand.ds.pg.gda.pl>
"Maciej W. Rozycki" <macro@ds2.pg.gda.pl> writes:
> There's a bug in libiberty/configure.ac since the change from 2004-04-22
> -- UNSIGNED_64BIT_TYPE is set to $liberty_cv_uint64 (literally) and as a
> result building in the directory fails. It does not hurt without
> rebuilding libiberty/configure as somehow the change escaped the
> regeneration associated with the commit.
>
> Here's a fix. Tested succesfully in a native build for mipsel-linux.
>
> 2004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
>
> * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
> * configure: Regenerate.
>
> Please apply.
Approved and applied.
Ian