META MODE: Libc++ does in fact need Libcxxrt.

There seems to be no cyclic dependency here.  This partially reverts r283595
which had no explanation for the change.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-12-01 01:22:10 +00:00
parent ad1f06e392
commit ebd53e9f44
2 changed files with 1 additions and 4 deletions

View File

@ -212,8 +212,4 @@ afterinstall:
${.OBJDIR}/libstdc++.a
.endif
# avoid cyclic dependency
CFLAGS+= -I${LIBCXXRTDIR}
GENDIRDEPS_FILTER= N*/libcxxrt
.include <bsd.lib.mk>

View File

@ -9,6 +9,7 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/libcxxrt \
lib/msun \