Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 22:42:47 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246262 - head/tools/build/options
Message-ID:  <201302022242.r12MglgO026749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302022242.r12MglgO026749>