Index: tools/build/options/WITHOUT_LLVM_BINUTILS =================================================================== --- tools/build/options/WITHOUT_LLVM_BINUTILS +++ tools/build/options/WITHOUT_LLVM_BINUTILS @@ -1,2 +1 @@ -Install ELF Tool Chains binary utilities (ar, addr2line, nm, etc.) instead of -LLVM's. +Install ELF Tool Chain's binary utilities instead of LLVM's. Index: tools/build/options/WITH_LLVM_BINUTILS =================================================================== --- tools/build/options/WITH_LLVM_BINUTILS +++ tools/build/options/WITH_LLVM_BINUTILS @@ -1,2 +1,19 @@ .\" $FreeBSD$ -Install LLVM's binutils (ar, addr2line, nm, etc.) instead of ELF Tool Chain's. +Install LLVM's binutils (without an llvm- prefix), +instead of ELF Tool Chain's tools. +This includes +.Xr 1 addr2line , +.Xr 1 ar , +.Xr 1 nm , +.Xr 1 objcopy , +.Xr 1 ranlib , +.Xr 1 readelf , +.Xr 1 size , +and +.Xr 1 strip . +Regardless of this setting, LLVM tools are used for +.Xr c++filt +and +.Xr objdump . +.Xr strings +is always provided by ELF Tool Chain.