blob: 30fc2fa4ccb47b58c3875a322d4481e5c73ddc22 [file] [log] [blame]
# SingleSource/UnitTests/Threads/Makefile
LEVEL = ../../..
include $(LEVEL)/Makefile.config
# xcore does not support pthreads
ifneq ($(ARCH),XCore)
LDFLAGS += -lpthread
else
PROGRAMS_TO_SKIP := tls
endif
# Darwin doesn't support tls.
ifeq ($(TARGET_OS),Darwin)
PROGRAMS_TO_SKIP := tls 2010-12-08-tls
endif
ifdef BENCHMARKING_ONLY
PROGRAMS_TO_SKIP += 2010-12-08-tls tls
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc