From 1beb0bfd299e03c75662bdb0e8393d655d583f32 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 4 Aug 2017 12:01:00 +0000 Subject: Enable atomic support functions. ok mlarkin@ --- lib/libcompiler_rt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index a52d6254ae8..f82c8156c2f 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2017/05/09 21:09:27 kettenis Exp $ +# $OpenBSD: Makefile,v 1.9 2017/08/04 12:00:59 kettenis Exp $ .include @@ -40,6 +40,7 @@ GEN_SRCS= absvdi2 \ ashlti3 \ ashrdi3 \ ashrti3 \ + atomic \ clear_cache \ clzdi2 \ clzsi2 \ -- cgit v1.2.3