From owner-svn-src-all@freebsd.org Thu Feb 11 00:14:02 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78F09AA35EB; Thu, 11 Feb 2016 00:14:02 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8AB7CF; Thu, 11 Feb 2016 00:14:02 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1B0E1A7046656; Thu, 11 Feb 2016 00:14:01 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1B0E1Sh046652; Thu, 11 Feb 2016 00:14:01 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201602110014.u1B0E1Sh046652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Thu, 11 Feb 2016 00:14:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295491 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 00:14:02 -0000 Author: emaste Date: Thu Feb 11 00:14:00 2016 New Revision: 295491 URL: https://svnweb.freebsd.org/changeset/base/295491 Log: Add missing src.conf(5) descriptions for tool chain components Sponsored by: The FreeBSD Foundation Added: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP (contents, props changed) head/tools/build/options/WITH_BINUTILS (contents, props changed) head/tools/build/options/WITH_BINUTILS_BOOTSTRAP (contents, props changed) Added: head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP Thu Feb 11 00:14:00 2016 (r295491) @@ -0,0 +1,7 @@ +.\" $FreeBSD$ +Set to not build ELF Tool Chain tools +(addr2line, nm, size, strings and strip) +as part of the bootstrap process. +.Bf -symbolic +An alternate bootstrap tool chain must be provided. +.Ef Added: head/tools/build/options/WITH_BINUTILS ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITH_BINUTILS Thu Feb 11 00:14:00 2016 (r295491) @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set to build and install binutils (as, ld, objcopy, and objdump) as part +of the normal system build. Added: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP Thu Feb 11 00:14:00 2016 (r295491) @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set build binutils (as, ld, objcopy and objdump) +as part of the bootstrap process.