svn commit: r344180 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Fri Feb 15 22:28:35 UTC 2019


Author: emaste
Date: Fri Feb 15 22:28:34 2019
New Revision: 344180
URL: https://svnweb.freebsd.org/changeset/base/344180

Log:
  Regen src.conf.5 after r344179

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Feb 15 22:22:38 2019	(r344179)
+++ head/share/man/man5/src.conf.5	Fri Feb 15 22:28:34 2019	(r344180)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd January 31, 2019
+.Dd February 15, 2019
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -406,7 +406,8 @@ Set to build the Clang C/C++ compiler during the boots
 This is a default setting on
 amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64 and i386/i386.
 .It Va WITH_CLANG_EXTRAS
-Set to build additional clang and llvm tools, such as bugpoint.
+Set to build additional clang and llvm tools, such as bugpoint and
+clang-format.
 .It Va WITHOUT_CLANG_FULL
 Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
 the Clang C/C++ compiler.
@@ -1542,6 +1543,9 @@ When set, it enforces these options:
 .It
 .Va WITHOUT_AUTHPF
 .El
+.It Va WITH_PIE
+Build dynamically linked binaries as
+Position-Independent Executable (PIE).
 .It Va WITHOUT_PKGBOOTSTRAP
 Set to not build
 .Xr pkg 7


More information about the svn-src-head mailing list