summaryrefslogtreecommitdiff
path: root/sysvipc
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc')
-rw-r--r--sysvipc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysvipc/Makefile b/sysvipc/Makefile
index 62016d287b..e53ca8c5d2 100644
--- a/sysvipc/Makefile
+++ b/sysvipc/Makefile
@@ -30,3 +30,6 @@ routines := ftok \
shmat shmdt shmget shmctl
include ../Rules
+
+CFLAGS-msgrcv.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-msgsnd.c = -fexceptions -fasynchronous-unwind-tables