diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-14 12:35:10 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-11-14 12:35:10 +0000 |
commit | c485e4d2cce71139eb914797d862bf6d373a4684 (patch) | |
tree | a73fc5e2ff3b1e311bdfa59e2e69f3ec97f9c60b /io | |
parent | 3a0d900a997f8ade1332b56cd952e44158770491 (diff) | |
download | glibc-c485e4d2cce71139eb914797d862bf6d373a4684.tar.gz |
Adding missing -fexception CFLAGS
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 2 |
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 |