Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 20:08:57 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244124 - head/lib/clang
Message-ID:  <201212112008.qBBK8vpD079521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Dec 11 20:08:57 2012
New Revision: 244124
URL: http://svnweb.freebsd.org/changeset/base/244124

Log:
  Cleanup a few duplicate llvm libs that snuck in with the recent update.
  
  Noticed by:	rdivacky

Modified:
  head/lib/clang/Makefile

Modified: head/lib/clang/Makefile
==============================================================================
--- head/lib/clang/Makefile	Tue Dec 11 19:54:35 2012	(r244123)
+++ head/lib/clang/Makefile	Tue Dec 11 20:08:57 2012	(r244124)
@@ -71,15 +71,12 @@ SUBDIR=	libclanganalysis \
 	libllvmx86utils
 
 .if ${MK_CLANG_EXTRAS} != "no"
-SUBDIR+=libllvmarchive \
-	libllvmdebuginfo \
+SUBDIR+=libllvmdebuginfo \
 	libllvmexecutionengine \
 	libllvminterpreter \
 	libllvmjit \
-	libllvmlinker \
 	libllvmmcdisassembler \
 	libllvmmcjit \
-	libllvmobject \
 	libllvmruntimedyld
 .endif
 .endif



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