aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-02-11 00:14:00 +0000
committerEd Maste <emaste@FreeBSD.org>2016-02-11 00:14:00 +0000
commit201186d6ec0b956e80629aebd75a1a0e3aa182ac (patch)
tree016f04c94fc20aa6f03ae7e7d16529dd4e4f4411 /tools
parent85704ba592cab85201dd16b0161bf61e540b349c (diff)
downloadsrc-201186d6ec0b956e80629aebd75a1a0e3aa182ac.tar.gz
src-201186d6ec0b956e80629aebd75a1a0e3aa182ac.zip
Add missing src.conf(5) descriptions for tool chain components
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=295491
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP7
-rw-r--r--tools/build/options/WITH_BINUTILS3
-rw-r--r--tools/build/options/WITH_BINUTILS_BOOTSTRAP3
3 files changed, 13 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP b/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
new file mode 100644
index 000000000000..85fa01eabd76
--- /dev/null
+++ b/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
@@ -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
diff --git a/tools/build/options/WITH_BINUTILS b/tools/build/options/WITH_BINUTILS
new file mode 100644
index 000000000000..619dc2161962
--- /dev/null
+++ b/tools/build/options/WITH_BINUTILS
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build and install binutils (as, ld, objcopy, and objdump) as part
+of the normal system build.
diff --git a/tools/build/options/WITH_BINUTILS_BOOTSTRAP b/tools/build/options/WITH_BINUTILS_BOOTSTRAP
new file mode 100644
index 000000000000..f32cb0658d4d
--- /dev/null
+++ b/tools/build/options/WITH_BINUTILS_BOOTSTRAP
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set build binutils (as, ld, objcopy and objdump)
+as part of the bootstrap process.