Makefile.in 466 B

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