blob: c50748d697293ae51340ac6db23d6d002b62d3b0 (
plain)
1
2
3
4
5
6
7
8
|
# uClibc pthread tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED += cancellation-points
EXTRA_LDFLAGS := -lpthread
LDFLAGS_cancellation-points := -lrt
|