git: f94360971e64 - main - Clarify notice for profiled libraries in FreeBSD 14
Ed Maste
emaste at FreeBSD.org
Mon Jun 28 23:25:21 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f94360971e649fa684ef3b7e72839b59c7242bdb
commit f94360971e649fa684ef3b7e72839b59c7242bdb
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-06-28 21:30:48 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-06-28 23:24:56 +0000
Clarify notice for profiled libraries in FreeBSD 14
Reported by: kevans
Fixes: 175841285e28 ("Add deprecation notice for...")
Sponsored by: The FreeBSD Foundation
---
share/man/man5/src.conf.5 | 4 +++-
tools/build/options/WITHOUT_PROFILE | 2 --
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 342c9f92b234..e9265df9051a 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 June 27, 2021
+.Dd June 28, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1362,6 +1362,8 @@ mips/mips64.
.It Va WITH_PROFILE
Build profiled libraries for use with
.Xr gprof 8 .
+This option is deprecated and is not present in
+.Fx 14 .
.Pp
This is a default setting on
amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
diff --git a/tools/build/options/WITHOUT_PROFILE b/tools/build/options/WITHOUT_PROFILE
index 5cc8dbb027c8..7fdb12c94cdd 100644
--- a/tools/build/options/WITHOUT_PROFILE
+++ b/tools/build/options/WITHOUT_PROFILE
@@ -1,5 +1,3 @@
.\" $FreeBSD$
Do not build profiled libraries for use with
.Xr gprof 8 .
-This option is enabled by default as of
-.Fx 14 .
More information about the dev-commits-src-main
mailing list