This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix fallout of the Selectable execution character set patch
- From: Kelley Cook <kelleycook at wideopenwest dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 6 Jul 2003 23:17:19 -0400
- Subject: Re: [PATCH] Fix fallout of the Selectable execution character set patch
- References: <6E82C3C0-AFC7-11D7-BFD5-000393A6D2F2@physics.uc.edu>
In article <6E82C3C0-AFC7-11D7-BFD5-000393A6D2F2@physics.uc.edu>,
pinskia@physics.uc.edu says...
> Two things were missed by the original patch:
> iconv can take as the second argument two different types: char ** or
> const char**.
> iconv can be in a library.
>
> This patch fixes those two things.
>
>
> Bootstrapped on three different ways:
> iconv inside glibc, i686-pc-linux-gnu without iconv taking a const.
> iconv inside libiconv, i686-unknown-openbsd31. with iconv taking a
> const.
> without an iconv, powerpc-apple-darwin6.6.
FWIW, This also fixes i686-pc-cygwin ... at least with
--with-included-gettext on the configure line. I have not yet
attempted bootstrap without it.
After Zack's original two patches, bootstrap was only working under
cygwin with --disable-nls.
Kelley Cook