svn commit: r296193 - head/tools/build/options

Ed Maste emaste at FreeBSD.org
Mon Feb 29 16:39:40 UTC 2016


Author: emaste
Date: Mon Feb 29 16:39:38 2016
New Revision: 296193
URL: https://svnweb.freebsd.org/changeset/base/296193

Log:
  Document that WITHOUT_ELFCOPY_AS_OBJCOPY will be removed
  
  In case ELF Tool Chain's elfcopy introduces any regressions this knob is
  available as a transition aid. It will be removed once we are confident
  that any regressions have been fixed.

Modified:
  head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY

Modified: head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY
==============================================================================
--- head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY	Mon Feb 29 16:39:27 2016	(r296192)
+++ head/tools/build/options/WITHOUT_ELFCOPY_AS_OBJCOPY	Mon Feb 29 16:39:38 2016	(r296193)
@@ -2,3 +2,4 @@
 Set to build and install
 .Xr objcopy 1
 from GNU Binutils, instead of the one from ELF Tool Chain.
+This option is provided as a transition aid and will be removed in due time.


More information about the svn-src-head mailing list