File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ atomic_math_noinline.c:
67
67
ln -s $(top_srcdir ) /test/asm/atomic_math.c atomic_math_noinline.c
68
68
atomic_math_noinline_SOURCES = atomic_math_noinline.c
69
69
atomic_math_noinline_CFLAGS = $(AM_CFLAGS ) -DOMPI_DISABLE_INLINE_ASM
70
- atomic_math_noinline_LDADD = $(libs )
70
+ atomic_math_noinline_LDADD = $(THREAD_LDFLAGS ) $( THREAD_LIBS ) $( libs )
71
71
72
72
# #####################################################################
73
73
74
74
atomic_cmpset_SOURCES = atomic_cmpset.c
75
75
atomic_cmpset_CFLAGS = $(AM_CFLAGS )
76
- atomic_cmpset_LDADD = $(libs )
76
+ atomic_cmpset_LDADD = $(THREAD_LDFLAGS ) $( THREAD_LIBS ) $( libs )
77
77
78
78
atomic_cmpset_noinline.c :
79
79
ln -s $(top_srcdir ) /test/asm/atomic_cmpset.c atomic_cmpset_noinline.c
80
80
atomic_cmpset_noinline_SOURCES = atomic_cmpset_noinline.c
81
81
atomic_cmpset_noinline_CFLAGS = $(AM_CFLAGS ) -DOMPI_DISABLE_INLINE_ASM
82
- atomic_cmpset_noinline_LDADD = $(libs )
82
+ atomic_cmpset_noinline_LDADD = $(THREAD_LDFLAGS ) $( THREAD_LIBS ) $( libs )
83
83
84
84
# #####################################################################
85
85
You can’t perform that action at this time.
0 commit comments