Makefile.in 261 B

12345678910
  1. # uClibc signal tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
  4. TESTS_DISABLED := tst-sigsimple
  5. endif
  6. CFLAGS_tst-signalfd = -fPIC
  7. CFLAGS_tst-sigset = -fPIC
  8. CFLAGS_tst-sigsimple = -fPIC