mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
Add WITHOUT_LLVM_BINUTILS src.conf description
Before FreeBSD 15 I plan to switch to LLVM_BINUTILS by default. Add the src.conf description now, for the benefit of downstream branches and testing/CI. PR: 258872 [exp-run] Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6abad5b606
commit
0e34d09930
17
tools/build/options/WITHOUT_LLVM_BINUTILS
Normal file
17
tools/build/options/WITHOUT_LLVM_BINUTILS
Normal file
@ -0,0 +1,17 @@
|
||||
Install ELF Tool Chain's binary utilities instead of LLVM's.
|
||||
This includes
|
||||
.Xr addr2line 1 ,
|
||||
.Xr ar 1 ,
|
||||
.Xr nm 1 ,
|
||||
.Xr objcopy 1 ,
|
||||
.Xr ranlib 1 ,
|
||||
.Xr readelf 1 ,
|
||||
.Xr size 1 ,
|
||||
and
|
||||
.Xr strip 1 .
|
||||
Regardless of this setting, LLVM tools are used for
|
||||
.Xr c++filt 1
|
||||
and
|
||||
.Xr objdump 1 .
|
||||
.Xr strings 1
|
||||
is always provided by ELF Tool Chain.
|
Loading…
Reference in New Issue
Block a user