diff options
Diffstat (limited to 'signal')
-rw-r--r-- | signal/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/signal/Makefile b/signal/Makefile index fecfcc0..b616d62 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -44,3 +44,9 @@ distribute := sigsetops.h testrtsig.h sigset-cvt-mask.h include ../Rules + +CFLAGS-sigpause.c = -fexceptions +CFLAGS-sigsuspend.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-sigtimedwait.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-sigwaitinfo.c = -fexceptions -fasynchronous-unwind-tables |