summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2020-08-10 21:09:39 +0000
committerpatrick <patrick@openbsd.org>2020-08-10 21:09:39 +0000
commit21f43879191f37b98ffbf98237d3458b1c2713cf (patch)
treef3cb01267344a35f036382666b95adc3dfadd8ae
parentAdd build infrastructure for compiler-rt. (diff)
downloadwireguard-openbsd-21f43879191f37b98ffbf98237d3458b1c2713cf.tar.xz
wireguard-openbsd-21f43879191f37b98ffbf98237d3458b1c2713cf.zip
Un-hook and re-hook libcompiler_rt.
ok kettenis@
-rw-r--r--gnu/lib/Makefile4
-rw-r--r--lib/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index af5f0798fbd..63d88969467 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.22 2017/08/10 16:06:59 mortimer Exp $
+# $OpenBSD: Makefile,v 1.23 2020/08/10 21:09:39 patrick Exp $
.include <bsd.own.mk>
-SUBDIR+=libiberty libreadline
+SUBDIR+=libcompiler_rt libiberty libreadline
.if make(obj)
SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3
.else
diff --git a/lib/Makefile b/lib/Makefile
index 224600e1af9..0ad2d1638f4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.78 2020/02/28 05:22:52 deraadt Exp $
+# $OpenBSD: Makefile,v 1.79 2020/08/10 21:09:39 patrick Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
-SUBDIR= csu libarch libc libcbor libcompiler_rt libcrypto libcurses \
+SUBDIR= csu libarch libc libcbor libcrypto libcurses \
libcxxabi libcxx libedit libelf libevent libexpat \
libfido2 libform libfuse libkeynote libkvm libl libm libmenu \
libossaudio libpanel libpcap libradius librthread \