Author: imp
Date: Mon Apr 28 23:16:46 2014
New Revision: 265063
URL: http://svnweb.freebsd.org/changeset/base/265063

Log:
  Add dependency for libm to libstdc++. This fixes high -j value builds
  when not building with clang.
  
  Submitted by: ian@

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Mon Apr 28 22:06:40 2014        (r265062)
+++ head/Makefile.inc1  Mon Apr 28 23:16:46 2014        (r265063)
@@ -1480,6 +1480,7 @@ _prebuild_libs=   ${_kerberos5_lib_libasn1
                ${_secure_lib_libssh} ${_secure_lib_libssl}
 .if ${MK_GNUCXX} != "no" && ${MK_CXX} != "no"
 _prebuild_libs+= gnu/lib/libstdc++ gnu/lib/libsupc++
+gnu/lib/libstdc++__L: lib/msun__L
 .endif
 
 .if defined(WITH_ATF) || ${MK_TESTS} != "no"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to