Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2023 21:09:36 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3f9c1b2cae5d - main - src.conf: regen after d7a491dd3037
Message-ID:  <202303062109.326L9ac0069198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3f9c1b2cae5d6a223d9306194d72d86b6baadacd

commit 3f9c1b2cae5d6a223d9306194d72d86b6baadacd
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-06 21:07:38 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-06 21:08:56 +0000

    src.conf: regen after d7a491dd3037
    
    Machine-dependent kernel options are now detected correctly.
    
    PR:             269994
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man5/src.conf.5 | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index e7bc62d9e2fe..57503f83f307 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd March 3, 2023
+.Dd March 6, 2023
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -606,7 +606,7 @@ and
 .Xr efivar 8 .
 .Pp
 This is a default setting on
-powerpc/powerpc, powerpc/powerpc64 and powerpc/powerpc64le.
+powerpc/powerpc, powerpc/powerpc64, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITH_EFI
 Build
 .Xr efivar 3
@@ -614,7 +614,7 @@ and
 .Xr efivar 8 .
 .Pp
 This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64 and riscv/riscv64sf.
+amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64 and i386/i386.
 .It Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
 Do not build ELF Tool Chain tools
 (addr2line, nm, size, strings and strip)
@@ -629,9 +629,18 @@ Avoid installing examples to
 Include experimental features in the build.
 .It Va WITH_EXTRA_TCP_STACKS
 Build extra TCP stack modules.
+.It Va WITHOUT_FDT
+Do not build Flattened Device Tree support as part of the base system.
+This includes the device tree compiler (dtc) and libfdt support library.
+.Pp
+This is a default setting on
+amd64/amd64 and i386/i386.
 .It Va WITH_FDT
 Build Flattened Device Tree support as part of the base system.
 This includes the device tree compiler (dtc) and libfdt support library.
+.Pp
+This is a default setting on
+arm/armv6, arm/armv7, arm64/aarch64, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITHOUT_FILE
 Do not build
 .Xr file 1
@@ -1249,6 +1258,9 @@ amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le
 Disable the build of the
 .Dq "OpenFabrics Enterprise Distribution"
 Infiniband software stack, including kernel modules and userspace libraries.
+.Pp
+This is a default setting on
+arm/armv6, arm/armv7, arm64/aarch64, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
 When set, it enforces these options:
 .Pp
 .Bl -item -compact
@@ -1347,6 +1359,15 @@ When set, it enforces these options:
 .It Va WITHOUT_PIE
 Do not build dynamically linked binaries as
 Position-Independent Executable (PIE).
+.Pp
+This is a default setting on
+arm/armv6, arm/armv7, i386/i386 and powerpc/powerpc.
+.It Va WITH_PIE
+Build dynamically linked binaries as
+Position-Independent Executable (PIE).
+.Pp
+This is a default setting on
+amd64/amd64, arm64/aarch64, powerpc/powerpc64, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITHOUT_PKGBOOTSTRAP
 Do not build
 .Xr pkg 7
@@ -1720,6 +1741,9 @@ or
 .Xr zfs 8 .
 Also disable ZFS support in utilities and libraries which implement
 ZFS-specific functionality.
+.Pp
+This is a default setting on
+powerpc/powerpc.
 .It Va WITHOUT_ZONEINFO
 Do not build the timezone database.
 When set, it enforces these options:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303062109.326L9ac0069198>