diff options
author | dim <dim@FreeBSD.org> | 2015-10-09 19:38:53 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-10-09 19:38:53 +0000 |
commit | d98dd6b5d1ff3465db1cabe55caea12dfb4d84fb (patch) | |
tree | d962438119c8ca50935b673f36829b5ced17b754 /lib | |
parent | c26acd2a5d4236b9fb6c407dfe1caf35554487d2 (diff) | |
download | FreeBSD-src-d98dd6b5d1ff3465db1cabe55caea12dfb4d84fb.zip FreeBSD-src-d98dd6b5d1ff3465db1cabe55caea12dfb4d84fb.tar.gz |
MFC r288953:
Stop linking libc++.so verbosely, there is no need to.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index a499b69..c5ecedc 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -64,7 +64,6 @@ CXXFLAGS+= -std=c++11 DPADD= ${LIBCXXRT} LDADD= -lcxxrt -LDFLAGS+= --verbose INCSGROUPS= STD EXP EXT STD_HEADERS= __bit_reference\ |