diff options
Diffstat (limited to 'gcc/config/alpha/t-osf-pthread')
-rw-r--r-- | gcc/config/alpha/t-osf-pthread | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/alpha/t-osf-pthread b/gcc/config/alpha/t-osf-pthread new file mode 100644 index 000000000..968e65cce --- /dev/null +++ b/gcc/config/alpha/t-osf-pthread @@ -0,0 +1,5 @@ +# Provide dummy POSIX threads functions +LIB2FUNCS_EXTRA += $(srcdir)/gthr-posix.c + +# Compile libgcc2 with POSIX threads supports +TARGET_LIBGCC2_CFLAGS=-pthread |