Module Name:    src
Committed By:   joerg
Date:           Wed May  9 22:24:01 UTC 2018

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

Log Message:
Document that EXTERNAL_TOOLCHAIN should be used together with HAVE_GCC
or HAVE_LLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 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.370 src/share/mk/bsd.README:1.371
--- src/share/mk/bsd.README:1.370	Sun Apr  1 04:35:02 2018
+++ src/share/mk/bsd.README	Wed May  9 22:24:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.370 2018/04/01 04:35:02 ryo Exp $
+#	$NetBSD: bsd.README,v 1.371 2018/05/09 22:24:01 joerg Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -790,6 +790,9 @@ EXTERNAL_TOOLCHAIN
 		compiler may not be able to build the library components of
 		the in-tree compiler.
 
+		This variable should be used in conjunction with an appropiate
+		HAVE_GCC or HAVE_LLVM setting to control the compiler flags.
+
 		NOTE: This variable is not yet used in as many places as
 		it should be.  Expect the exact semantics of this variable
 		to change in the short term as parts of the cross-compile

Reply via email to