summaryrefslogtreecommitdiff
path: root/rtkaio/sysdeps/pthread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtkaio/sysdeps/pthread/Makefile')
-rw-r--r--rtkaio/sysdeps/pthread/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtkaio/sysdeps/pthread/Makefile b/rtkaio/sysdeps/pthread/Makefile
index 99561b7659..7ced3eb5a9 100644
--- a/rtkaio/sysdeps/pthread/Makefile
+++ b/rtkaio/sysdeps/pthread/Makefile
@@ -14,6 +14,11 @@ $(objpfx)tst-timer: $(objpfx)librtkaio.so $(shared-thread-library)
else
$(objpfx)tst-timer: $(objpfx)librtkaio.a $(static-thread-library)
endif
+
+ifeq ($(have-forced-unwind),yes)
+tests += tst-mqueue8x
+CFLAGS-tst-mqueue8x.c += -fexceptions
+endif
endif
endif