From 5f95900ee1af25b2f5313c465d77e2420e9562b6 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 26 May 2014 22:27:14 +0000 Subject: MFC 263949, 265063: Add library dependencies for a couple bootstrap libs to fix build failures for high -jN values when building with gcc. --- Makefile.inc1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 7a5e7e3..9dc1b70 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1500,6 +1500,10 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \ lib/libutil ${_lib_libypclnt} lib/libz lib/msun \ ${_secure_lib_libcrypto} ${_lib_libldns} \ ${_secure_lib_libssh} ${_secure_lib_libssl} +.if ${MK_GNUCXX} != no +_prebuild_libs+= gnu/lib/libstdc++ gnu/lib/libsupc++ +gnu/lib/libstdc++__L: lib/msun__L +.endif .if defined(WITH_ATF) || ${MK_TESTS} != "no" .if !defined(WITH_ATF) -- cgit v1.1