mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-09 12:33:56 +08:00
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
|
||
|
|