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: libiberty bootstrapping w/ native cc naughtiness


> I don't think that --enable-shared will work in all cases without
> also doing --disable-multilib.  The interactions between supporting
> COFF and shared libraries are just too icky.  I'm tempted to either
> explictly fail that combination at configuration time or to silently
> force disable-multilib.  But that is a different problem than you're
> seeing right now.

I think a better result would be if you built shared libraries only for
the multilib subtargets where they are supported, and build static libraries
for all other multilib subtargets.

No, I don;t have a patch to make this happen ;-)


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