Makefile.in 410 B

1234567891011121314151617181920
  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),microblaze)
  5. TESTS_DISABLED += ex3
  6. endif
  7. ifeq ($(TARGET_ARCH),sh)
  8. TESTS_DISABLED += ex2 ex7
  9. endif
  10. ifeq ($(TARGET_ARCH),cris)
  11. TESTS_DISABLED += ex2 ex5
  12. endif
  13. EXTRA_LDFLAGS := -lpthread
  14. LDFLAGS_cancellation-points := -lrt
  15. CFLAGS_tst-c99 := -std=c99