aboutsummaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent3a0d900a997f8ade1332b56cd952e44158770491 (diff)
downloadglibc-c485e4d2cce71139eb914797d862bf6d373a4684.zip
glibc-c485e4d2cce71139eb914797d862bf6d373a4684.tar.gz
glibc-c485e4d2cce71139eb914797d862bf6d373a4684.tar.bz2
Adding missing -fexception CFLAGS
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 4cb7f24..78a3382 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -81,6 +81,7 @@ ifeq ($(run-built-tests),yes)
tests: $(objpfx)tst-error1-mem
endif
+CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-tsearch.c = $(uses-callbacks)
CFLAGS-lsearch.c = $(uses-callbacks)
CFLAGS-pselect.c = -fexceptions