Makefile.in 514 B

1234567891011121314151617181920
  1. # uClibc silly tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. RET_hello := 42
  4. RET_tiny := 42
  5. ifeq ($(TARGET_ARCH),mips)
  6. TESTS_DISABLED += tst-atomic tst-atomic-long
  7. endif
  8. ifeq ($(TARGET_ARCH),sparc)
  9. TESTS_DISABLED += tst-atomic tst-atomic-long
  10. endif
  11. atomic_headers := -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) \
  12. -I$(top_srcdir)libc/sysdeps/linux \
  13. -I$(top_builddir)include
  14. CFLAGS_tst-atomic = $(atomic_headers) -fPIC
  15. CFLAGS_tst-atomic-long = $(atomic_headers) -fPIC