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: [PATCH] Fix fallout of the Selectable execution character set patch


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


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