On Tue, Jan 05, 2021 at 09:56:26AM +0100, Rainer Orth wrote: > > Richi complained on IRC that cc1 is linked against libcody.a. > > From my understanding, it is just the cc1plus and cc1objplus binaries > > that need it, so this patch links only those against it. > > > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > > this is already part of my Solaris libcody patch > > build: libcody: Link with -lsocket -lnsl if necessary [PR98316] > https://gcc.gnu.org/pipermail/gcc-patches/2020-December/562185.html > > to be committed shortly.
Ah, sorry for missing that, patch withdrawn. The difference between the patches for this particular thing is that my patch was adding the libcody.a also to cc1*plus-checksum* goal and their dependencies plus cc1*plus dependencies (so that if one rebuilds libcody, make in gcc subdir will relink cc1plus). Jakub