Makefile.in 290 B

1234567891011121314
  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. ifeq ($(TARGET_ARCH),sh)
  5. TESTS_DISABLED += ex2 ex7
  6. endif
  7. EXTRA_LDFLAGS := -lpthread
  8. LDFLAGS_cancellation-points := -lrt
  9. CFLAGS_tst-c99 := -std=c99