summaryrefslogtreecommitdiff
path: root/posix/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 /posix/Makefile
parent3a0d900a997f8ade1332b56cd952e44158770491 (diff)
Adding missing -fexception CFLAGS
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile1
1 files changed, 1 insertions, 0 deletions
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