svn commit: r246262 - head/tools/build/options
Dimitry Andric
dim at FreeBSD.org
Sat Feb 2 22:42:47 UTC 2013
Author: dim
Date: Sat Feb 2 22:42:46 2013
New Revision: 246262
URL: http://svnweb.freebsd.org/changeset/base/246262
Log:
Add missing src.conf(5) fragments for WITHOUT_LIBCPLUSPLUS and WITH_GPL_DTC.
Added:
head/tools/build/options/WITHOUT_LIBCPLUSPLUS (contents, props changed)
head/tools/build/options/WITH_GPL_DTC (contents, props changed)
Added: head/tools/build/options/WITHOUT_LIBCPLUSPLUS
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/build/options/WITHOUT_LIBCPLUSPLUS Sat Feb 2 22:42:46 2013 (r246262)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to avoid building libcxxrt and libc++.
Added: head/tools/build/options/WITH_GPL_DTC
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/build/options/WITH_GPL_DTC Sat Feb 2 22:42:46 2013 (r246262)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build the GPL'd version of the device tree compiler from elinux.org,
+instead of the BSD licensed one.
More information about the svn-src-head
mailing list