Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2022 01:10:19 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: 9cc40aefeb7b - stable/12 - Update WITH_PROFILE description as it is yet removed
Message-ID:  <202205070110.2471AJhc019563@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=9cc40aefeb7b163e64094cc611890b1aef55f565

commit 9cc40aefeb7b163e64094cc611890b1aef55f565
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:10:10 +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 347a3db000d1..11cc6780ffe6 100644
--- a/tools/build/options/WITH_PROFILE
+++ b/tools/build/options/WITH_PROFILE
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
 Set to 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?202205070110.2471AJhc019563>