lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | # uClibc pthread tests |
2 | # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. | ||||
3 | |||||
4 | TESTS_DISABLED += cancellation-points | ||||
5 | |||||
6 | EXTRA_LDFLAGS := -lpthread | ||||
7 | |||||
8 | LDFLAGS_cancellation-points := -lrt |