# Compile libgcc2 with POSIX threads supports
HOST_LIBGCC2_CFLAGS += -pthread

# Provide dummy POSIX threads functions
LIB2ADD += $(srcdir)/config/alpha/gthr-posix.c
