summary refs log tree commit diff
path: root/rt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 9740dc2ad8..5ad6302685 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -60,11 +60,11 @@ extra-libs-others := $(extra-libs)
 
 include ../Rules
 
-CFLAGS-aio_suspend.c = -fexceptions
-CFLAGS-mq_timedreceive.c = -fexceptions -fasynchronous-unwind-tables
-CFLAGS-mq_timedsend.c = -fexceptions -fasynchronous-unwind-tables
-CFLAGS-clock_nanosleep.c = -fexceptions -fasynchronous-unwind-tables
-CFLAGS-librt-cancellation.c = -fasynchronous-unwind-tables
+CFLAGS-aio_suspend.c += -fexceptions
+CFLAGS-mq_timedreceive.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-mq_timedsend.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-clock_nanosleep.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-librt-cancellation.c += -fasynchronous-unwind-tables
 
 LDFLAGS-rt.so = -Wl,--enable-new-dtags,-z,nodelete