From 81a7ce44047f02049760d70c0cdc74c2751e9bad Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Thu, 27 Jul 2023 15:40:42 +0000 Subject: [PATCH] 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