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: Why does libiberty have to build before a C library?


>The AVR cross toolset apparently is one of the easiest to build, I think, 
>because of having it's own library. From what I've seen on the crossgcc list, 
>targets that use glibc (and possibly newlib) seem to be more difficult to 
>build. Any change that will make building cross toolsets *easier* would be 
>incredibly welcome. 

Neither glibc or newlib are the problme.  The problem is that gcc
needs headers to build libgcc that newlib or glibc have to supply.
You can see how the chicken and egg problem starts since glibc needs a
compiler to configure to a point to install headers....

-- 
Peter Barada                             Peter.Barada@motorola.com
Wizard                                   781-852-2768 (direct)
WaveMark Solutions(A Motorola Company)   781-270-0193 (fax)


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