Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 19:38:54 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r289079 - in stable: 10/lib/libc++ 9/lib/libc++
Message-ID:  <201510091938.t99JcsCN079621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/9/lib/libc++/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)
  stable/9/lib/libc++/   (props changed)

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510091938.t99JcsCN079621>