This is the mail archive of the gcc-patches@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: A library interface patch for egcs


> >This scheme works very well on the static libraries and shared
> >libraries with soname. For those systems without soname, we have to
> >install the shared libraries in $libsubdir if we want to support
> >multiple ABIs for shared libstdc++. But it is not quite usable in
> >any case.
> >
> >BTW, I have updated my libg++ addon to work with this scheme. But
> >it only works as an egcs addon. The stand-alone libstdc++ needs a
> >modified config.if to support it. It shouldn't be hard to do.
> 
> This sounds like a very good idea to me, I would vote for it.

Thanks.

> Just one minor point, is it correct that {alpha|powerpc}-*-linux-gnulibc1
> have no special handling? They both use glibc-1.99.
> 

Once my patch is installed, it is very easy to add them to config.if.


-- 
H.J. Lu (hjl@gnu.org)


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