patch for minor nit in bfd configure.in

fnf@toadfish.ninemoons.com fnf@toadfish.ninemoons.com
Sat Sep 18 09:48:00 GMT 1999


1999-09-18  Fred Fish  <fnf@be.com>

	* configure.in: Replace obsolete --with-targets in comment with
	--enable-targets.

Index: configure.in
===================================================================
RCS file: /cvs/binutils/binutils/bfd/configure.in,v
retrieving revision 1.9
diff -c -p -r1.9 configure.in
*** configure.in	1999/09/14 23:28:33	1.9
--- configure.in	1999/09/18 16:44:18
*************** AC_SUBST(TDEFINES)
*** 376,382 ****
  # 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
  # used.
  
  # uniq the default and selected vectors in all the configured targets.
--- 376,382 ----
  # 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
  # used.
  
  # uniq the default and selected vectors in all the configured targets.


More information about the Binutils mailing list