This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: message translation fixes
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: message translation fixes
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Tue, 16 Oct 2001 23:19:52 -0500 (CDT)
- CC: zack at codesourcery dot com
- Reply-to: rittle at labs dot mot dot com
> I would appreciate testing on non-glibc-based systems. (Don't
> forget to re-run autoconf and autoheader after applying the patch.)
Hi Zack,
Thanks for fixing this properly. As requested, tested on
i386-unknown-freebsd4.3 (a non-glibc-based system that had been
failing in its default configuration).
I removed my local work-around, applied your patch and rebuilt all
generated files. I reviewed your patch, thus I also rm'd all copies
of libintl.h under $(objdir) in an already built tree.
`make quickstrap' completed. I looked at the newly-generated
auto-host.h and doubled-checked that the bootstrap failure point was
indeed rebuilt properly by touching gcc/c-parse.c and making
quickstrap again while observing all output.
Regards,
Loren