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 8c3f501f32..7b4df2ea6f 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -83,6 +83,7 @@ CFLAGS-bsearch.c = $(exceptions)
CFLAGS-msort.c = $(exceptions)
CFLAGS-qsort.c = $(exceptions)
CFLAGS-system.c = -fexceptions
+CFLAGS-mkstemp.c = -fexceptions
include ../Makeconfig