This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch for minor nit in bfd configure.in


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]