diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2021-09-28 08:35:07 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2021-09-28 08:35:07 +0000 |
commit | 5736d122bd6225e174be4af4aaa529b2edf608a3 (patch) | |
tree | 77177de5450874168a79543b3563a7b353dbb021 /gnu | |
parent | 2608e89bcde1d90b9d237a154825855b2b0585a9 (diff) |
Link libclang_rt.profile to the build.
"go for it" kettenis@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/Makefile | 4 | ||||
-rw-r--r-- | gnu/lib/libclang_rt/Makefile | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 88d24ecd94c..477f591fad2 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.25 2021/06/09 19:44:55 mortimer Exp $ +# $OpenBSD: Makefile,v 1.26 2021/09/28 08:35:06 fcambus Exp $ .include <bsd.own.mk> -SUBDIR+=libcompiler_rt libexecinfo libiberty libreadline +SUBDIR+=libclang_rt libcompiler_rt libexecinfo libiberty libreadline SUBDIR+=libcxxabi libcxx .if make(obj) SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3 diff --git a/gnu/lib/libclang_rt/Makefile b/gnu/lib/libclang_rt/Makefile new file mode 100644 index 00000000000..165d533f780 --- /dev/null +++ b/gnu/lib/libclang_rt/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2021/09/28 08:35:06 fcambus Exp $ + +.include <bsd.own.mk> + +SUBDIR+=profile + +.include <bsd.subdir.mk> |