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:
Bryan Drewery 2015-12-01 01:22:10 +00:00
parent c7f8dda118
commit 1e36b7df1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291550
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 \