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 --- io/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io') 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 -- cgit 1.4.1