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:
parent
ad1f06e392
commit
ebd53e9f44
@ -212,8 +212,4 @@ afterinstall:
|
||||
${.OBJDIR}/libstdc++.a
|
||||
.endif
|
||||
|
||||
# avoid cyclic dependency
|
||||
CFLAGS+= -I${LIBCXXRTDIR}
|
||||
GENDIRDEPS_FILTER= N*/libcxxrt
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -9,6 +9,7 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/msun \
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user