From 8021fca5412b5b1664e806556205d5cede365974 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 7 Sep 2006 10:36:13 +0000 Subject: Forward port of rtkaio. --- rtkaio/sysdeps/pthread/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rtkaio/sysdeps/pthread/Makefile') 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 -- cgit v1.2.3