This is the mail archive of the gcc@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: cross-compilation documentation


>Yes, probably.  But Dan raises a valid point.  I wonder if it would
>make sense to disable the unwind library entirely when inhibit_libc 
>is true.  The trouble with that is I don't know what unwind-related
>things are lurking in corners of glibc.

All this talk is aboutn trying to get a 'bootstrap' compiler useful to
build glibc.  Once glibc is build, the standard cross-compiler build
method is to go back and build up a complete compiler(that includes
the unwind stuff). So not having the unwind library shouldn't impose
any problems on *building* glibc.  Running glibc is another matter.

What am I missing here?

-- 
Peter Barada
peter@baradas.org


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