This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Does --enable-clocale=gnu work on Linux/ia64?
On Sun, Nov 25, 2001 at 10:17:35PM -0800, Benjamin Kosnik wrote:
> > 2001-11-25 H.J. Lu <hjl@gnu.org>
> >
> > * config/locale/moneypunct_members_gnu.cc
> > (_M_initialize_moneypunct): Cast "char *" to "long int" before
> > casting to wchar_t for _NL_NUMERIC_DECIMAL_POINT_WC and
> > _NL_NUMERIC_THOUSANDS_SEP_WC.
> > * config/locale/numpunct_members_gnu.cc
> > (_M_initialize_numpunct): Likewise.
> >
>
> Did you try this on x86 and ia64?
>
Yes.
H.J.