svn commit: r289079 - in stable: 10/lib/libc++ 9/lib/libc++

Dimitry Andric dim at FreeBSD.org
Fri Oct 9 19:38:55 UTC 2015


Author: dim
Date: Fri Oct  9 19:38:53 2015
New Revision: 289079
URL: https://svnweb.freebsd.org/changeset/base/289079

Log:
  MFC r288953:
  
  Stop linking libc++.so verbosely, there is no need to.

Modified:
  stable/10/lib/libc++/Makefile
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/lib/libc++/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)
  stable/9/lib/libc++/   (props changed)

Modified: stable/10/lib/libc++/Makefile
==============================================================================
--- stable/10/lib/libc++/Makefile	Fri Oct  9 19:36:06 2015	(r289078)
+++ stable/10/lib/libc++/Makefile	Fri Oct  9 19:38:53 2015	(r289079)
@@ -64,7 +64,6 @@ CXXFLAGS+=	-std=c++11
 
 DPADD=		${LIBCXXRT}
 LDADD=		-lcxxrt
-LDFLAGS+=	--verbose
 INCSGROUPS=	STD EXP EXT
 
 STD_HEADERS=	__bit_reference\


More information about the svn-src-all mailing list