Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2022 01:09:59 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8feaf3506d32 - stable/13 - Update WITH_PROFILE description as it is yet removed
Message-ID:  <202205070109.24719x2B012559@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=8feaf3506d3217c8e7ff929ddd80f8f117f3105b

commit 8feaf3506d3217c8e7ff929ddd80f8f117f3105b
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-30 19:25:35 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-05-07 01:09:48 +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
    
    (cherry picked from commit f768ecf247b7acd98fd0ee395522e559769e3e51)
---
 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 .



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