[binutils-gdb] bfd: configure.ac: Fix mention of flag to enable 64-bit BFD in comment
Thiago Bauermann
bauermann@sourceware.org
Fri Sep 5 18:50:25 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=af3d9df4b94af67ac6f8d34ffaab1e57da859641
commit af3d9df4b94af67ac6f8d34ffaab1e57da859641
Author: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Date: Thu Sep 4 20:11:29 2025 -0300
bfd: configure.ac: Fix mention of flag to enable 64-bit BFD in comment
It was changed back in 1994. Fixing because it misled me into using the
wrong flag in a build.
Diff:
---
bfd/configure | 2 +-
bfd/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/configure b/bfd/configure
index 721a0e93cb2..ee588238500 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -15418,7 +15418,7 @@ done
# 64-bit support needs to be compiled in. Currently, it will be included if
# the default or any other explicitly requested target requires it; it
# will not be included on a 32-bit host if no 64-bit target is requested, and
-# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
+# no "--enable-64-bit-bfd" option is given, even if "--enable-targets=all" is
# used.
# uniq the default and selected vectors in all the configured targets.
diff --git a/bfd/configure.ac b/bfd/configure.ac
index 7059c8e3d86..4fb3bf41f34 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -343,7 +343,7 @@ AC_SUBST(TDEFINES)
# 64-bit support needs to be compiled in. Currently, it will be included if
# the default or any other explicitly requested target requires it; it
# will not be included on a 32-bit host if no 64-bit target is requested, and
-# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
+# no "--enable-64-bit-bfd" option is given, even if "--enable-targets=all" is
# used.
# uniq the default and selected vectors in all the configured targets.
More information about the Binutils-cvs
mailing list