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

Ed Maste emaste at FreeBSD.org
Thu Feb 11 00:14:02 UTC 2016


Author: emaste
Date: Thu Feb 11 00:14:00 2016
New Revision: 295491
URL: https://svnweb.freebsd.org/changeset/base/295491

Log:
  Add missing src.conf(5) descriptions for tool chain components
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP   (contents, props changed)
  head/tools/build/options/WITH_BINUTILS   (contents, props changed)
  head/tools/build/options/WITH_BINUTILS_BOOTSTRAP   (contents, props changed)

Added: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP	Thu Feb 11 00:14:00 2016	(r295491)
@@ -0,0 +1,7 @@
+.\" $FreeBSD$
+Set to not build ELF Tool Chain tools
+(addr2line, nm, size, strings and strip)
+as part of the bootstrap process.
+.Bf -symbolic
+An alternate bootstrap tool chain must be provided.
+.Ef

Added: head/tools/build/options/WITH_BINUTILS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_BINUTILS	Thu Feb 11 00:14:00 2016	(r295491)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build and install binutils (as, ld, objcopy, and objdump) as part
+of the normal system build.

Added: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP	Thu Feb 11 00:14:00 2016	(r295491)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set build binutils (as, ld, objcopy and objdump)
+as part of the bootstrap process.


More information about the svn-src-head mailing list