svn commit: r288953 - head/lib/libc++
Dimitry Andric
dim at FreeBSD.org
Tue Oct 6 21:28:55 UTC 2015
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\
More information about the svn-src-all
mailing list