From edd539809a7a8801c529108827c851338f5ed354 Mon Sep 17 00:00:00 2001 From: lberki Date: Fri, 25 May 2018 05:17:30 -0700 Subject: Remove references to gcc from the documentation of Make variables. RELNOTES: None. PiperOrigin-RevId: 198036365 --- .../com/google/devtools/build/docgen/templates/be/make-variables.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/devtools/build/docgen') diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm index 83379ae92c..31ff1f0271 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm +++ b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm @@ -103,7 +103,7 @@ in your genrule's cmd attribute. combination with CC. Fail to do so at your own risk.
  • C_COMPILER: - The C/C++ compiler identifier, e.g. "gcc". + The C/C++ compiler identifier, e.g. "llvm".
  • JAVA: The "java" command (a Java virtual machine). Avoid this, and use a java_binary rule instead where @@ -170,7 +170,7 @@ in your genrule's cmd attribute.