Don't link cc1 etc. against libcody.a
authorJakub Jelinek <jakub@redhat.com>
Tue, 5 Jan 2021 16:46:56 +0000 (17:46 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 5 Jan 2021 16:46:56 +0000 (17:46 +0100)
commit8ea81f56140ed8e09cdae93ce8d94a37e35cb586
tree1a165695923b2f5a5ab1de9cbfe55f7510f3d286
parent33a63257701c8d94ee375e32ff1837c989d8ded6
Don't link cc1 etc. against libcody.a

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.

> this is already part of my Solaris libcody patch

The following updated patch are the incremental changes between what Rainer
has committed and what I've posted.

2021-01-05  Jakub Jelinek  <jakub@redhat.com>

gcc/cp/
* Make-lang.in (cc1plus-checksum, cc1plus$(exeext): Add
$(CODYLIB) after $(BACKEND).
gcc/objcp/
* Make-lang.in (cc1objplus-checksum, cc1objplus$(exeext): Add
$(CODYLIB) after $(BACKEND).
gcc/cp/Make-lang.in
gcc/objcp/Make-lang.in