about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-14 12:35:10 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-14 12:35:10 +0000
commitc485e4d2cce71139eb914797d862bf6d373a4684 (patch)
treea73fc5e2ff3b1e311bdfa59e2e69f3ec97f9c60b /nptl/Makefile
parent3a0d900a997f8ade1332b56cd952e44158770491 (diff)
downloadglibc-c485e4d2cce71139eb914797d862bf6d373a4684.tar.gz
glibc-c485e4d2cce71139eb914797d862bf6d373a4684.tar.xz
glibc-c485e4d2cce71139eb914797d862bf6d373a4684.zip
Adding missing -fexception CFLAGS
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 9d777734a6..316fbaea63 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -191,6 +191,11 @@ CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-msgrcv.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-msgsnd.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-tcdrain.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-recv.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-send.c = -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-pt-system.c = -fexceptions