Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2021 19:48:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256874] devel/gcc: stop linking against _p.a libraries
Message-ID:  <bug-256874-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256874

            Bug ID: 256874
           Summary: devel/gcc: stop linking against _p.a libraries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: emaste@freebsd.org

We plan to deprecate the PROFILE option / _p.a archives - see
https://reviews.freebsd.org/D30833.

Clang upstream and in base no longer links against _p.a archives when -pg is
specified:

commit b762974cf4b9ea77f1decf4a6d829372f0a97f75
Author: Ed Maste <emaste@FreeBSD.org>
Date:   Sat Jun 26 19:58:16 2021 -0400

    clang: stop linking _p libs for -pg as of FreeBSD 14

    In FreeBSD 14 we will stop providing _p libraries (compiled with -pg).

    Reviewed by:    dim (upstream)
    Obtained from:  LLVM 699d47472c3f
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D30861

We'll need to make the same change in gcc. AFAICT at present only libc_p.a =
and
libpthread_p.a have this special case in gcc.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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