From: Thiago Jung Bauermann Date: Thu, 4 Sep 2025 23:11:29 +0000 (-0300) Subject: bfd: configure.ac: Fix mention of flag to enable 64-bit BFD in comment X-Git-Tag: gdb-17-branchpoint~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af3d9df4b94af67ac6f8d34ffaab1e57da859641;p=thirdparty%2Fbinutils-gdb.git 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 --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.