[Differential] D33553: ar: remove `-T` option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Dec 2021 19:10:29 UTC
emaste created this revision. emaste requested review of this revision. REVISION SUMMARY Our ar has a different function for `-T` compared to GNU ar and LLVM ar. We specify `-T` as `Use only the first fifteen characters of the archive member name or command line file name argument when naming archive members.` `-f` provides the same functionality. GNU ar and LLVM ar use `-T` to specify creation of thin archives. PR: 260523 [exp-run] LLVM issue: https://github.com/llvm/llvm-project/issues/25899 REVISION DETAIL https://reviews.freebsd.org/D33553 AFFECTED FILES usr.bin/ar/ar.1 usr.bin/ar/ar.c EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: emaste Cc: freebsd-toolchain-list