blob: ef924ad1a94b763be00477e4ece2a9c1f5e921b4 (
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.
include ../Test.mak
EXTRA_LDFLAGS := -lpthread
LDFLAGS_cancellation-points := -lrt
|