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 --- posix/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 853152ea99..80fbf20321 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -135,6 +135,7 @@ $(objpfx)config-name.h: $(..)scripts/config-uname.sh $(common-objpfx)config.make CFLAGS-regex.c = -Wno-strict-prototypes CFLAGS-getaddrinfo.c = -DRESOLVER -fexceptions +CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pread.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pread64.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pwrite.c = -fexceptions -fasynchronous-unwind-tables -- cgit 1.4.1