This eliminates portability issues among platforms that don't have a pthreads implementation. Differential Revision: http://reviews.llvm.org/D12043 Reviewed By: Greg Clayton llvm-svn: 245234
7 lines
102 B
Makefile
7 lines
102 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
ENABLE_THREADS := YES
|
|
|
|
include $(LEVEL)/Makefile.rules
|