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 | 9eb7245e8b2e541a21f5484afa8fb7b734f05ea3 (patch) | |
tree | e8d52e75b54b91bd162e334cc8146b676fd0a6f0 /bfd/configure | |
parent | f1f8ce075e359e7f194ab9d150c32462b5e73cbf (diff) | |
download | gdb-9eb7245e8b2e541a21f5484afa8fb7b734f05ea3.zip gdb-9eb7245e8b2e541a21f5484afa8fb7b734f05ea3.tar.gz gdb-9eb7245e8b2e541a21f5484afa8fb7b734f05ea3.tar.bz2 |
fix comment; from Fred Fish <fnf@ninemoons.com>
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index cbf4027..e62f949 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. |