summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 7a155031d3..8c3f501f32 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -82,6 +82,7 @@ generated += isomac isomac.out
CFLAGS-bsearch.c = $(exceptions)
CFLAGS-msort.c = $(exceptions)
CFLAGS-qsort.c = $(exceptions)
+CFLAGS-system.c = -fexceptions
include ../Makeconfig