Fix the vxworks crtstuff handling of kernel/rtp variations
authorOlivier Hainque <hainque@adacore.com>
Thu, 15 Oct 2020 17:39:05 +0000 (17:39 +0000)
committerOlivier Hainque <hainque@adacore.com>
Fri, 16 Oct 2020 15:33:35 +0000 (15:33 +0000)
commit2d23fd23bbb84a6ea87cb8c77699261d6ae8100e
treefdea67b41f9166315db151402c0f5909f20a46b9
parent57dd4e7bb754db3f2ccdffd031d8f252d0a6d3bb
Fix the vxworks crtstuff handling of kernel/rtp variations

The ports that support RTPs achieve the kernel/rtp compilation
and link distinction through the multilib mechanism.

This patch just removes the bogus explicit extraneous
materialization of this distinction in the common VxWorks
configuration files and leaves the rtp specialization all
to the multilib machinery.

2020-10-15  Olivier Hainque  <hainque@adacore.com>

libgcc/
* config/t-vxcrtstuff: Remove the -kernel/-rtp specialization.

gcc/
* config/vxworks.h (VX_CRTBEGIN_SPEC): Likewise.
gcc/config/vxworks.h
libgcc/config/t-vxcrtstuff