Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2025 13:45:09 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7ca3db1999cd - main - src.conf.5: Correct LLVM_BINUTILS comment about strings(1)
Message-ID:  <202504301345.53UDj9SW083785@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=7ca3db1999cd967f9d6d7b259aa7af54aae14a5f

commit 7ca3db1999cd967f9d6d7b259aa7af54aae14a5f
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-04-30 13:38:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-04-30 13:44:48 +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
---
 share/man/man5/src.conf.5                 | 4 +---
 tools/build/options/WITHOUT_LLVM_BINUTILS | 2 --
 tools/build/options/WITH_LLVM_BINUTILS    | 2 --
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index ac938b47a9e1..2a052ad41d26 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 March 30, 2025
+.Dd April 30, 2025
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -949,8 +949,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/WITHOUT_LLVM_BINUTILS b/tools/build/options/WITHOUT_LLVM_BINUTILS
index 35cc0c0e034f..244bec49e695 100644
--- a/tools/build/options/WITHOUT_LLVM_BINUTILS
+++ b/tools/build/options/WITHOUT_LLVM_BINUTILS
@@ -13,5 +13,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.
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?202504301345.53UDj9SW083785>