Module Name:    src
Committed By:   joerg
Date:           Wed Apr  3 15:17:23 UTC 2019

Modified Files:
        src/share/mk: bsd.README

Log Message:
Document MKLLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/share/mk/bsd.README

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

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.387 src/share/mk/bsd.README:1.388
--- src/share/mk/bsd.README:1.387	Tue Jan  1 19:06:38 2019
+++ src/share/mk/bsd.README	Wed Apr  3 15:17:23 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.387 2019/01/01 19:06:38 christos Exp $
+#	$NetBSD: bsd.README,v 1.388 2019/04/03 15:17:23 joerg Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -317,6 +317,11 @@ MKLINKLIB	If "no", act as "MKLINT=no MKP
 MKLINT		If "no", don't build or install the lint libraries.
 		Default: yes
 
+MKLLVM		If "yes", build and install clang as host tool and target
+		compiler.  Use as system compiler is enabled with HAVE_LLVM
+		(see below for details).
+		Default: no
+
 MKLVM		If "no", don't build or install the logical volume manager
 		and device mapper tools and libraries
 		Default: yes

Reply via email to