36e5f4d4f3
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
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
# Extra libgcc2 modules used by gthr-vxworks.h functions. We don't
|
|
# support the C++ threads on vx653.
|
|
|
|
LIB2ADDEH += $(srcdir)/config/gthr-vxworks.c\
|
|
$(srcdir)/config/gthr-vxworks-cond.c\
|
|
$(srcdir)/config/gthr-vxworks-tls.c
|
|
|