This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: i18n changes
On Wed, May 31, 2000 at 04:36:06AM +0200, Philipp Thomas wrote:
> As you can see from this fragment, it's also disabled for host != target, so
> it's not only building a canadian cross compiler that would disable nls.
> Would that be correct?
No.
> Or should really only canadian cross be a reason to disable it?
Yes.
> I just don't have any experience with any kind of cross compiler, so I'm
> rather unsure of what the implications/requirements would be.
Think a moment. i18n libraries are a function of the host.
It's something the compiler itself uses, and has nothing to
do with the target whatsoever.
r~