Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Apr 2023 20:29:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270663] USE_BINUTILS does not include STRIP
Message-ID:  <bug-270663-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 270663
           Summary: USE_BINUTILS does not include STRIP
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: emaste@freebsd.org
                CC: ports-bugs@FreeBSD.org

Mk/bsd.port.mk has

.    if defined(USE_BINUTILS) && !defined(DISABLE_BINUTILS)
BUILD_DEPENDS+=3D ${LOCALBASE}/bin/as:devel/binutils
BINUTILS?=3D  ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \
    READELF SIZE STRINGS
...

We are attempting to fix issues arising from WITH_LLVM_BINUTILS (see PR2588=
72)
and a number of ports are failing due to llvm-strip being overly strict. I
would like to add a LLVM_STRIP_UNSAFE tag (similar to the existing LLD_UNSA=
FE)
but it appears USE_BINUTILS has no provision for using binutils strip?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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