From: Ian Lance Taylor Date: Sun, 19 Sep 1999 22:43:16 +0000 (+0000) Subject: fix comment; from Fred Fish X-Git-Tag: gdb-1999-09-21~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eb7245e8b2e541a21f5484afa8fb7b734f05ea3;p=platform%2Fupstream%2Fbinutils.git fix comment; from Fred Fish --- 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. diff --git a/bfd/configure.in b/bfd/configure.in index 814c73f..55be48f 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.