[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / gnu / lib

File: [local] / src / gnu / lib / Makefile (download)

Revision 1.26, Tue Sep 28 08:35:06 2021 UTC (2 years, 8 months ago) by fcambus
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.25: +2 -2 lines

Link libclang_rt.profile to the build.

"go for it" kettenis@

#	$OpenBSD: Makefile,v 1.26 2021/09/28 08:35:06 fcambus Exp $

.include <bsd.own.mk>

SUBDIR+=libclang_rt libcompiler_rt libexecinfo libiberty libreadline
SUBDIR+=libcxxabi libcxx
.if make(obj)
SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3
.else
.  if ${BUILD_GCC3:L} == "yes"
SUBDIR+=libstdc++
.  endif
.  if ${BUILD_GCC4:L} == "yes"
# XXX make sure we build libstdc++-v3 from gcc4
SUBDIR+=libstdc++-v3 libsupc++-v3
.  endif
.endif

.include <bsd.subdir.mk>