forked from OSchip/llvm-project
Add ENABLE_THREADS for these threaded tests
On at least FreeBSD linking with -lpthread is needed for std::thread. llvm-svn: 218899
This commit is contained in:
parent
8f7e7f73ea
commit
ee7902d3b2
|
@ -2,6 +2,7 @@ LEVEL = ../../make
|
|||
|
||||
MAKE_DSYM := NO
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
CXX_SOURCES := multi-process-driver.cpp testprog.cpp
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
LEVEL = ../../make
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
CXX_SOURCES := main.cpp
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue