Makefile.in 349 B

1234567891011121314151617
  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. ifeq ($(TARGET_ARCH),cris)
  8. TESTS_DISABLED += ex2 ex5
  9. endif
  10. EXTRA_LDFLAGS := -lpthread
  11. LDFLAGS_cancellation-points := -lrt
  12. CFLAGS_tst-c99 := -std=c99