Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2025 16:37:04 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3ab24f211ae8 - stable/14 - src.conf.5: Correct LLVM_BINUTILS comment about strings(1)
Message-ID:  <202505051637.545Gb4tV009175@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3ab24f211ae89cea051796f8fa2971947ddb55a5

commit 3ab24f211ae89cea051796f8fa2971947ddb55a5
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-04-30 13:38:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-05-05 16:32:56 +0000

    src.conf.5: Correct LLVM_BINUTILS comment about strings(1)
    
    Reported by:    olivier
    Fixes: 81fa5c4a828b ("llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YES")
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 7ca3db1999cd967f9d6d7b259aa7af54aae14a5f)
---
 share/man/man5/src.conf.5              | 4 +---
 tools/build/options/WITH_LLVM_BINUTILS | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 5dd61a50329d..53264e4034b4 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd October 30, 2024
+.Dd April 30, 2025
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -959,8 +959,6 @@ 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.
 .It Va WITHOUT_LLVM_COV
 Do not build the
 .Xr llvm-cov 1
diff --git a/tools/build/options/WITH_LLVM_BINUTILS b/tools/build/options/WITH_LLVM_BINUTILS
index 164e6e8ffabd..130997b7e9bf 100644
--- a/tools/build/options/WITH_LLVM_BINUTILS
+++ b/tools/build/options/WITH_LLVM_BINUTILS
@@ -14,5 +14,3 @@ 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.



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