Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2013 14:35:02 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250660 - head/share/man/man5
Message-ID:  <201305151435.r4FEZ2JB063973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed May 15 14:35:02 2013
New Revision: 250660
URL: http://svnweb.freebsd.org/changeset/base/250660

Log:
  Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS.

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Wed May 15 14:30:03 2013	(r250659)
+++ head/share/man/man5/src.conf.5	Wed May 15 14:35:02 2013	(r250660)
@@ -343,6 +343,10 @@ amd64/amd64, i386/i386 and pc98/i386.
 .\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
 Set to not build
 .Xr cpp 1 .
+.It Va WITHOUT_CROSS_COMPILER
+.\" from FreeBSD: head/tools/build/options/WITHOUT_CROSS_COMPILER 250659 2013-05-15 14:30:03Z brooks
+Set to not build a cross compiler in the cross-tools stage of
+buildworld, buildkernel, etc.
 .It Va WITHOUT_CRYPT
 .\" from FreeBSD: head/tools/build/options/WITHOUT_CRYPT 156932 2006-03-21 07:50:50Z ru
 Set to not build any crypto code.
@@ -433,6 +437,12 @@ amd64/amd64, i386/i386, ia64/ia64, pc98/
 .\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
 Set to not build or install programs
 for operating floppy disk driver.
+.It Va WITHOUT_FORMAT_EXTENSIONS
+.\" from FreeBSD: head/tools/build/options/WITHOUT_FORMAT_EXTENSIONS 250658 2013-05-15 13:04:10Z brooks
+Set to not enable
+.Fl fformat-extensions
+when compiling the kernel.
+Also disables all format checking.
 .It Va WITHOUT_FORTH
 .\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
 Set to build bootloaders without Forth support.



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