Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 16:13:55 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r246322 - stable/9/tools/build/options
Message-ID:  <201302041613.r14GDtO7098541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Feb  4 16:13:55 2013
New Revision: 246322
URL: http://svnweb.freebsd.org/changeset/base/246322

Log:
  MFH (r228082): add missing documentation for WITH_LIBCPLUSPLUS
  MFH (r228159): add missing documentation for WITH_CTF

Added:
  stable/9/tools/build/options/WITH_CTF
     - copied unchanged from r228159, head/tools/build/options/WITH_CTF
  stable/9/tools/build/options/WITH_LIBCPLUSPLUS
     - copied unchanged from r228082, head/tools/build/options/WITH_LIBCPLUSPLUS
Modified:
Directory Properties:
  stable/9/tools/build/options/   (props changed)

Copied: stable/9/tools/build/options/WITH_CTF (from r228159, head/tools/build/options/WITH_CTF)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/9/tools/build/options/WITH_CTF	Mon Feb  4 16:13:55 2013	(r246322, copy of r228159, head/tools/build/options/WITH_CTF)
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to compile with CTF (Compact C Type Format) data.
+CTF data encapsulates a reduced form of debugging information
+similar to DWARF and the venerable stabs and is required for DTrace.

Copied: stable/9/tools/build/options/WITH_LIBCPLUSPLUS (from r228082, head/tools/build/options/WITH_LIBCPLUSPLUS)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/9/tools/build/options/WITH_LIBCPLUSPLUS	Mon Feb  4 16:13:55 2013	(r246322, copy of r228082, head/tools/build/options/WITH_LIBCPLUSPLUS)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build libcxxrt and libc++.



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