summaryrefslogtreecommitdiff
path: root/test/signal
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-04 09:05:12 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-04 09:05:12 -0600
commit687042ce085bb2b769288fe478981144aca5e93e (patch)
tree00559832208789468aa1efb746082c5ffd62b821 /test/signal
parentdb36600c2956f7b7ea6905f09fc581108c2e3eac (diff)
add -fPIC to some tests.
This is required to avoid a assertion error in binutils 2.24 for m68k.
Diffstat (limited to 'test/signal')
-rw-r--r--test/signal/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/signal/Makefile.in b/test/signal/Makefile.in
index c8e2545fa..27791a911 100644
--- a/test/signal/Makefile.in
+++ b/test/signal/Makefile.in
@@ -4,3 +4,7 @@
ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
TESTS_DISABLED := tst-sigsimple
endif
+
+CFLAGS_tst-signalfd = -fPIC
+CFLAGS_tst-sigset = -fPIC
+CFLAGS_tst-sigsimple = -fPIC