Makefile.in 232 B

12345678910
  1. # uClibc-ng pthread tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS_DISABLED += cancellation-points
  4. EXTRA_LDFLAGS := -lpthread
  5. LDFLAGS_cancellation-points := -lrt
  6. CFLAGS_tst-c99 := -std=c99