Android: do not link pthread on Android
[urcu.git] / tests / benchmark / Makefile.am
index e071034eff8b310dd5321aef4909c84d3242944c..bf021898a319bd511a5c2ae0235c43607ffbf007 100644 (file)
@@ -1,4 +1,6 @@
+if !TARGET_IS_ANDROID
 AM_LDFLAGS=-lpthread
+endif
 AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/tests/common -g
 
 noinst_PROGRAMS = test_urcu test_urcu_dynamic_link test_urcu_timing \
This page took 0.022417 seconds and 4 git commands to generate.