about summary refs log tree commit diff
path: root/sysvipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc/Makefile')
-rw-r--r--sysvipc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysvipc/Makefile b/sysvipc/Makefile
index 9ac44bafca..b7602fe0f6 100644
--- a/sysvipc/Makefile
+++ b/sysvipc/Makefile
@@ -34,5 +34,5 @@ tests    := test-sysvmsg test-sysvsem test-sysvshm
 
 include ../Rules
 
-CFLAGS-msgrcv.c = -fexceptions -fasynchronous-unwind-tables
-CFLAGS-msgsnd.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables