[PATCH] bfd: configure.ac: Fix mention of flag to enable 64-bit BFD in comment
Thiago Jung Bauermann
thiago.bauermann@linaro.org
Thu Sep 4 23:15:50 GMT 2025
It was changed back in 1994. Fixing because it misled me into using the
wrong flag in a build.
---
bfd/configure | 2 +-
bfd/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/configure b/bfd/configure
index 721a0e93cb2b..ee588238500c 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 7059c8e3d861..4fb3bf41f342 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
mailing list