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/ChangeLog | 5 +++++ nptl/Makefile | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 93e9946..48aa6da 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-11-14 Marcus Shawcroft + + * Makefile (CFLAGS-open.c, CFLAGS-open64.c, CFLAGS-pause.c) + (CFLAGS-recv.c, CFLAGS-send.c): Define. + 2012-11-06 Chris Metcalf * tst-sem14.c (TIMEOUT): Set timeout to 10 seconds. diff --git a/nptl/Makefile b/nptl/Makefile index 9d77773..316fbae 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.1