]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: configure.ac: Fix mention of flag to enable 64-bit BFD in comment
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>
Thu, 4 Sep 2025 23:11:29 +0000 (20:11 -0300)
committerThiago Jung Bauermann <thiago.bauermann@linaro.org>
Fri, 5 Sep 2025 18:49:54 +0000 (15:49 -0300)
It was changed back in 1994.  Fixing because it misled me into using the
wrong flag in a build.

bfd/configure
bfd/configure.ac

index 721a0e93cb2bf8477be1f35010f3f76dae5adabd..ee588238500c6446e7a4a1826fb87b031c21b0f0 100755 (executable)
@@ -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.
index 7059c8e3d861882f17689b7c7f618732e66908b0..4fb3bf41f34253fed2e12cf8fcfc691f390b7d1a 100644 (file)
@@ -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.