From c485e4d2cce71139eb914797d862bf6d373a4684 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Wed, 14 Nov 2012 12:35:10 +0000 Subject: Adding missing -fexception CFLAGS --- nptl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nptl/Makefile') 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 -- cgit v1.2.3-70-g09d2