aboutsummaryrefslogtreecommitdiff
path: root/testing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Makefile')
-rw-r--r--testing/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/Makefile b/testing/Makefile
index 2343cdee..34914916 100644
--- a/testing/Makefile
+++ b/testing/Makefile
@@ -111,14 +111,15 @@ sg_tst_context: sg_tst_context.o $(LIBFILESNEW)
sg_tst_async: sg_tst_async.o $(LIBFILESNEW)
$(CXXLD) -o $@ $(LDFLAGS) -pthread $^
+# Next three used to require '-latomic', may not anymore
sgh_dd: sgh_dd.o $(LIBFILESNEW)
- $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^
+ $(CXXLD) -o $@ $(LDFLAGS) -pthread $^
sg_mrq_dd: sg_mrq_dd.o sg_scat_gath.o $(LIBFILESNEW)
- $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^
+ $(CXXLD) -o $@ $(LDFLAGS) -pthread $^
sg_iovec_tst: sg_iovec_tst.o sg_scat_gath.o $(LIBFILESNEW)
- $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^
+ $(CXXLD) -o $@ $(LDFLAGS) -pthread $^
sg_take_snap: sg_take_snap.o $(LIBFILESNEW)
$(LD) -o $@ $(LDFLAGS) $^