diff options
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r-- | lib/libcompiler_rt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index a2a249c83b9..a52d6254ae8 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2017/04/17 15:53:21 kettenis Exp $ +# $OpenBSD: Makefile,v 1.8 2017/05/09 21:09:27 kettenis Exp $ .include <bsd.own.mk> @@ -64,6 +64,7 @@ GEN_SRCS= absvdi2 \ divti3 \ divtf3 \ divxc3 \ + emutls \ enable_execute_stack \ eprintf \ extendsfdf2 \ |