Author: dim Date: Tue Oct 6 21:28:54 2015 New Revision: 288953 URL: https://svnweb.freebsd.org/changeset/base/288953
Log: Stop linking libc++.so verbosely, there is no need to. MFC after: 3 days Modified: head/lib/libc++/Makefile Modified: head/lib/libc++/Makefile ============================================================================== --- head/lib/libc++/Makefile Tue Oct 6 20:58:45 2015 (r288952) +++ head/lib/libc++/Makefile Tue Oct 6 21:28:54 2015 (r288953) @@ -63,7 +63,6 @@ CXXFLAGS+= -std=c++11 .endif LIBADD+= cxxrt -LDFLAGS+= --verbose INCSGROUPS= STD EXP EXT STD_HEADERS= __bit_reference\ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"