Update the libgcc support for VxWorks AE/653
authorOlivier Hainque <hainque@adacore.com>
Thu, 14 Nov 2019 16:00:55 +0000 (16:00 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Thu, 14 Nov 2019 16:00:55 +0000 (16:00 +0000)
commit36e5f4d4f34dc06bddd1b8047727a1aa9db61a21
tree378ee77d0f35d2225d73966c1efb7900a21fac72
parent806dd0472f56fd8fc410f106660b1ad2c7505bd7
Update the libgcc support for VxWorks AE/653

2019-11-12  Olivier Hainque  <hainque@adacore.com>

libgcc/

        * config/t-gthr-vxworksae: New file, add all the gthr-vxworks
        sources except the cxx0x support to LIB2ADDEH.  We don't support
        cxx0x on AE/653.
        * config/t-vxworksae: New file.

        * config.host: Handle *-*-vxworksae: Add the two aforementioned
Makefile fragment files at their expected position in the tmake_file
list, in accordance with what is done for other VxWorks variants.

From-SVN: r278250
libgcc/ChangeLog
libgcc/config.host
libgcc/config/t-gthr-vxworksae [new file with mode: 0644]
libgcc/config/t-vxworksae [new file with mode: 0644]