From af3d9df4b94af67ac6f8d34ffaab1e57da859641 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Thu, 4 Sep 2025 20:11:29 -0300 Subject: 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. --- bfd/configure | 2 +- bfd/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/configure b/bfd/configure index 721a0e9..ee58823 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 7059c8e..4fb3bf4 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. -- cgit v1.1