Module Name:    src
Committed By:   joerg
Date:           Mon Sep  9 13:04:58 UTC 2013

Modified Files:
        src/distrib/sets: sets.subr
        src/distrib/sets/lists/comp: mi

Log Message:
Add conditional entry for lld.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/distrib/sets/sets.subr
cvs rdiff -u -r1.1834 -r1.1835 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.151 src/distrib/sets/sets.subr:1.152
--- src/distrib/sets/sets.subr:1.151	Wed Jun 12 21:35:29 2013
+++ src/distrib/sets/sets.subr	Mon Sep  9 13:04:57 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.151 2013/06/12 21:35:29 mrg Exp $
+#	$NetBSD: sets.subr,v 1.152 2013/09/09 13:04:57 joerg Exp $
 #
 
 #
@@ -179,7 +179,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.151 2013/06/12 21:35:29 mrg Exp $
+# 	# $NetBSD: sets.subr,v 1.152 2013/09/09 13:04:57 joerg Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root
@@ -230,6 +230,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 #	lint			${MKLINT} != no
 #	libcxx			${MKLIBCXX} != no
 #	libstdcxx		${MKLIBSTDCXX} != no
+#	lld			${MKLLD} != no
 #	llvm			${MKLLVM} != no
 #	lvm			${MKLVM} != no
 #	makemandb		${MKMAKEMANDB} != no

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1834 src/distrib/sets/lists/comp/mi:1.1835
--- src/distrib/sets/lists/comp/mi:1.1834	Tue Aug 20 18:05:03 2013
+++ src/distrib/sets/lists/comp/mi	Mon Sep  9 13:04:57 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.1834 2013/08/20 18:05:03 matt Exp $
+#	$NetBSD: mi,v 1.1835 2013/09/09 13:04:57 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -50,6 +50,7 @@
 ./usr/bin/ld.mcld				comp-c-bin		mclinker
 ./usr/bin/lex					comp-c-bin
 ./usr/bin/lint					comp-c-bin
+./usr/bin/lld					comp-c-bin		lld
 ./usr/bin/llvm-tblgen				comp-c-bin		llvm
 ./usr/bin/lorder				comp-util-bin
 ./usr/bin/luac					comp-util-bin

Reply via email to