From 21f43879191f37b98ffbf98237d3458b1c2713cf Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 10 Aug 2020 21:09:39 +0000 Subject: [PATCH] Un-hook and re-hook libcompiler_rt. ok kettenis@ --- gnu/lib/Makefile | 4 ++-- lib/Makefile | 4 ++-- 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 -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 \