HomeFreeBSD

math/trlan: fix build for base system WITH_LLVM_BINUTILS

Description

math/trlan: fix build for base system WITH_LLVM_BINUTILS

Use strip --strip-unneeded instead of strip -x. strip -x strips all
non-global symbols, but there are some non-global symbols referenced by
relocations. ELF Tool Chain strip and GNU strip silently retain those
symbols, but LLVM strip is more strict and reports an error.

PR: 270958
Reviewed by: jrm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39754

Details

Provenance
emasteAuthored on Apr 21 2023, 8:21 PM
Reviewer
jrm
Differential Revision
D39754: math/trlan: fix build for base system WITH_LLVM_BINUTILS
Parents
R11:c1d46995f7f8: www/firefox: update to 112.0.2 (rc1)
Branches
Unknown
Tags
Unknown