git: f768ecf247b7 - main - Update WITH_PROFILE description as it is yet removed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 19:36:42 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f768ecf247b7acd98fd0ee395522e559769e3e51
commit f768ecf247b7acd98fd0ee395522e559769e3e51
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-30 19:25:35 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-30 19:35:01 +0000
Update WITH_PROFILE description as it is yet removed
GCC still wants to link against (for example) libc_p.a when -pg is in
use, and it's unclear when and how this will be addressed. Change the
WITH_PROFILE option description to claim that it may be removed from an
unspecified future version of FreeBSD, rather than FreeBSD 14.
Reported by: Steve Kargl
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
tools/build/options/WITH_PROFILE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/build/options/WITH_PROFILE b/tools/build/options/WITH_PROFILE
index 3f91c4394911..3445c82f946f 100644
--- a/tools/build/options/WITH_PROFILE
+++ b/tools/build/options/WITH_PROFILE
@@ -1,5 +1,5 @@
.\" $FreeBSD$
Build profiled libraries for use with
.Xr gprof 8 .
-This option is deprecated and is not present in
-.Fx 14 .
+This option is deprecated and may not be present in a future version of
+.Fx .