summaryrefslogtreecommitdiffstats
path: root/tools/build/options/WITH_CLANG
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-05-10 11:14:40 +0000
committerru <ru@FreeBSD.org>2011-05-10 11:14:40 +0000
commitcfe73ed34bc4263add9bc4cd630d611dc50a6157 (patch)
treed3a5ddbfe790e3dc1f177697c4055cf5a971ee5e /tools/build/options/WITH_CLANG
parenta6d00e343c78e147802d9c689800705b54652385 (diff)
downloadFreeBSD-src-cfe73ed34bc4263add9bc4cd630d611dc50a6157.zip
FreeBSD-src-cfe73ed34bc4263add9bc4cd630d611dc50a6157.tar.gz
- There now exist options that have different defaults depending on
the architecture, reflect this in documentation. For such options, both WITH_FOO and WITHOUT_FOO description files should be provided. Prodded by: des - Setting a build option may enforce other build options, try harder to detect this case. - Setting a build option may change other option's default value, try harder to detect this case.
Diffstat (limited to 'tools/build/options/WITH_CLANG')
-rw-r--r--tools/build/options/WITH_CLANG2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITH_CLANG b/tools/build/options/WITH_CLANG
new file mode 100644
index 0000000..b0e300a
--- /dev/null
+++ b/tools/build/options/WITH_CLANG
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build the Clang C/C++ compiler.
OpenPOWER on IntegriCloud