diff options
author | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | 2025-09-04 20:11:29 -0300 |
---|---|---|
committer | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | 2025-09-05 15:49:54 -0300 |
commit | af3d9df4b94af67ac6f8d34ffaab1e57da859641 (patch) | |
tree | 493d4e26b33fb3510b9b25437d2ffcba4db3c78d | |
parent | 27697103012d289fe279e46a5222308959fe4290 (diff) | |
download | binutils-af3d9df4b94af67ac6f8d34ffaab1e57da859641.zip binutils-af3d9df4b94af67ac6f8d34ffaab1e57da859641.tar.gz binutils-af3d9df4b94af67ac6f8d34ffaab1e57da859641.tar.bz2 |
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.
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | 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. |