This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: can i cross compile glibc then copy it to the host(target) for use ?
On Thu, 28 Jun 2007 00:48:49 -0700
David Daney <ddaney@avtrex.com> wrote:
> Hayden Thring wrote:
> > can i cross compile glibc then copy it to the host(target) for use ?
> >
> >
> >
> >
> I have done it. If you have a fully functional cross-compiler tool
> chain it is simple. However obtaining a functional cross-compiler can
> be challenging sometimes.
>
> David Daney
>
are any parts of the new cross compiled glibc linked to the build system machine such that would need checking apon transfer to the host ??
thankyou.