summaryrefslogtreecommitdiff
path: root/io
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 /io
parent3a0d900a997f8ade1332b56cd952e44158770491 (diff)
Adding missing -fexception CFLAGS
Diffstat (limited to 'io')
-rw-r--r--io/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index b076e4d863..a2d6a7af3b 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -73,6 +73,8 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
include ../Rules
+CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
+CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-fcntl.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-poll.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-ppoll.c = -fexceptions -fasynchronous-unwind-tables