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
|
MAKE_DSYM := NO
|
||||||
|
|
||||||
|
ENABLE_THREADS := YES
|
||||||
CXX_SOURCES := multi-process-driver.cpp testprog.cpp
|
CXX_SOURCES := multi-process-driver.cpp testprog.cpp
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.rules
|
include $(LEVEL)/Makefile.rules
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
LEVEL = ../../make
|
LEVEL = ../../make
|
||||||
|
|
||||||
|
ENABLE_THREADS := YES
|
||||||
CXX_SOURCES := main.cpp
|
CXX_SOURCES := main.cpp
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.rules
|
include $(LEVEL)/Makefile.rules
|
||||||
|
|
Loading…
Reference in New Issue