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]

Re: GCC vs GLIBC: why this stance, Drepper ?!?


Davide Libenzi <davidel@xmailserver.org> writes:

> Isn't it possible to split libgcc into one, small, static, version dependent
> library and one shared that you'll try to keep the more version compatible as
> possible ?

No.  It is possible to do the reverse, but the bit that has to be
shared is the bit that will change most often.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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