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