svn commit: r237019 - stable/9
Dimitry Andric
dim at FreeBSD.org
Wed Jun 13 19:53:30 UTC 2012
Author: dim
Date: Wed Jun 13 19:53:29 2012
New Revision: 237019
URL: http://svn.freebsd.org/changeset/base/237019
Log:
MFC r233098:
Make sure libgcc_s is finished building in _startup_libs before
building libcxxrt with high -j levels. The workaround in
libc++/Makefile isn't necessary once that race is solved.
Reviewed by: theraven
Modified:
stable/9/Makefile.inc1 (contents, props changed)
Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1 Wed Jun 13 19:08:00 2012 (r237018)
+++ stable/9/Makefile.inc1 Wed Jun 13 19:53:29 2012 (r237019)
@@ -1244,6 +1244,9 @@ _startup_libs+= lib/libcxxrt
.endif
gnu/lib/libgcc__L: lib/libc__L
+.if ${MK_LIBCPLUSPLUS} != "no"
+lib/libcxxrt__L: gnu/lib/libgcc__L
+.endif
_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libhdb} \
${_kerberos5_lib_libheimntlm} \
More information about the svn-src-stable-9
mailing list