diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-19 22:43:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-19 22:43:16 +0000 |
commit | a32415b9821f7fee94cf5d789c3a57f259ae56e2 (patch) | |
tree | 5f46522d4f2513803ca29f51035d1c13e13862a2 /bfd | |
parent | 436c26ffe01314a3c9aa2b5b25f0de5f9aa10373 (diff) | |
download | gdb-a32415b9821f7fee94cf5d789c3a57f259ae56e2.tar.gz |
fix comment; from Fred Fish <fnf@ninemoons.com>
Diffstat (limited to 'bfd')
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure index cbf40277761..e62f9490b74 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5328,7 +5328,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 "--with-targets=all" is +# no "--with-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.in b/bfd/configure.in index 814c73f84ac..55be48fb047 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -376,7 +376,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 "--with-targets=all" is +# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is # used. # uniq the default and selected vectors in all the configured targets. |