aboutsummaryrefslogtreecommitdiff
path: root/testing/Makefile.cplus
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Makefile.cplus')
-rw-r--r--testing/Makefile.cplus2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Makefile.cplus b/testing/Makefile.cplus
index 052e815e..871136ff 100644
--- a/testing/Makefile.cplus
+++ b/testing/Makefile.cplus
@@ -67,7 +67,7 @@ sg_tst_async: sg_tst_async.o $(LIBFILESNEW)
$(CXXLD) -o $@ $(LDFLAGS) $^
sgh_dd: sgh_dd.o $(LIBFILESNEW)
- $(CXXLD) -o $@ $(LDFLAGS) -pthread $^
+ $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^
install: $(EXECS)
install -d $(INSTDIR)