Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2023 18:03:11 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: 81a7ce44047f - main - src.conf.5: Regen
Message-ID:  <202307271803.36RI3Bnc072151@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=81a7ce44047f02049760d70c0cdc74c2751e9bad

commit 81a7ce44047f02049760d70c0cdc74c2751e9bad
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-07-27 15:40:42 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-07-27 18:02:14 +0000

    src.conf.5: Regen
    
    Regenerate makeman after enabling the building of lib32 on arm64.
    
    Fixes: a1b675731301 ("arm64 lib32: enable building of lib32 on arm64")
    Pull Request: https://github.com/freebsd/freebsd-src/pull/804
---
 share/man/man5/src.conf.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 856002bd1938..0deb0216e027 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd July 7, 2023
+.Dd July 27, 2023
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -877,14 +877,14 @@ On 64-bit platforms, do not build 32-bit library set and a
 runtime linker.
 .Pp
 This is a default setting on
-arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64le and riscv/riscv64.
+arm/armv6, arm/armv7, i386/i386, powerpc/powerpc, powerpc/powerpc64le and riscv/riscv64.
 .It Va WITH_LIB32
 On 64-bit platforms, build the 32-bit library set and a
 .Nm ld-elf32.so.1
 runtime linker.
 .Pp
 This is a default setting on
-amd64/amd64 and powerpc/powerpc64.
+amd64/amd64, arm64/aarch64 and powerpc/powerpc64.
 .It Va WITHOUT_LLD
 Do not build LLVM's lld linker.
 .It Va WITHOUT_LLDB



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