diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-08-04 12:01:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-08-04 12:01:00 +0000 |
commit | 1beb0bfd299e03c75662bdb0e8393d655d583f32 (patch) | |
tree | f4fc1484317e9a01d465d214372ba3414492ff23 | |
parent | 5149d83bca275db63ed27fe0d3e83619f592b795 (diff) |
Enable atomic support functions.
ok mlarkin@
-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 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 <bsd.own.mk> @@ -40,6 +40,7 @@ GEN_SRCS= absvdi2 \ ashlti3 \ ashrdi3 \ ashrti3 \ + atomic \ clear_cache \ clzdi2 \ clzsi2 \ |