summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-09-06 20:49:48 +0000
committerzeising <zeising@FreeBSD.org>2013-09-06 20:49:48 +0000
commitbec4e7f703d1b7f5796de123f179951f76946568 (patch)
tree06846e4cdad0ca48805025f09ceadd3a9094f756 /tools
parent00e0402a54a176a819172cd81836420ae9946eeb (diff)
downloadFreeBSD-src-bec4e7f703d1b7f5796de123f179951f76946568.zip
FreeBSD-src-bec4e7f703d1b7f5796de123f179951f76946568.tar.gz
Add WITH_GCC alongside WITHOUT_GCC.
Remove the comment from WITHOUT_GCC about this not working without an alternate toolchain, we have clang now.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_GCC6
-rw-r--r--tools/build/options/WITH_GCC2
2 files changed, 3 insertions, 5 deletions
diff --git a/tools/build/options/WITHOUT_GCC b/tools/build/options/WITHOUT_GCC
index 5717f64..7bb21f8 100644
--- a/tools/build/options/WITHOUT_GCC
+++ b/tools/build/options/WITHOUT_GCC
@@ -1,6 +1,2 @@
.\" $FreeBSD$
-Set to not install gcc and g++.
-.Bf -symbolic
-The option does not generally work for build targets, unless some alternative
-toolchain is enabled.
-.Ef
+Set to not build and install gcc and g++.
diff --git a/tools/build/options/WITH_GCC b/tools/build/options/WITH_GCC
new file mode 100644
index 0000000..c121fe5
--- /dev/null
+++ b/tools/build/options/WITH_GCC
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build and install gcc and g++.
OpenPOWER on IntegriCloud