Remove ppc*-vxworks7* inadequate libgcc Makefile fragments
authorOlivier Hainque <hainque@adacore.com>
Thu, 9 Dec 2021 15:37:37 +0000 (15:37 +0000)
committerOlivier Hainque <hainque@adacore.com>
Mon, 13 Dec 2021 18:03:21 +0000 (18:03 +0000)
commit04577ac0843d7a4961d992e678db3e4a85275825
tree8300565c941d2a2d11c0a57468c8a8cc1d403b10
parent20a0e2721a9d24316d73cf631b3ca375f196d5cf
Remove ppc*-vxworks7* inadequate libgcc Makefile fragments

t-linux assigns .so version numbers to a set of
symbols, some of which aren't included the VxWorks libgcc
on powerpc (from ibm-ldouble.c, in particular).

t-slibgcc-libgcc yields a kind of .so file that the default
loader can't handle. This sort of extension to tmake_file for
shared libs will be better handled in a grouped fashion for
all targets anyway.

2021-12-13  Olivier Hainque  <hainque@adacore.com>

* config.host (powerpc*-*-vxworks7*): Remove
rs6000/t-linux and t-slibgcc-libgcc from tmake_file.
libgcc/config.host