Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 14:13:33 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357617 - head/tools/build/options
Message-ID:  <202002061413.016EDXig050136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Feb  6 14:13:33 2020
New Revision: 357617
URL: https://svnweb.freebsd.org/changeset/base/357617

Log:
  Update WITH_/WITHOUT_BINUTILS_BOOTSTRAP descriptions
  
  Use of binutils is being incrementally reduced.  The specific binutils
  are listed in the WITH_BINUTILS and WITHOUT_BINUTILS descriptions; there
  is no need to list the specific tools again in the descriptions for the
  _BOOTSTRAP options.
  
  MFC after:	1 week

Modified:
  head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
  head/tools/build/options/WITH_BINUTILS_BOOTSTRAP

Modified: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Thu Feb  6 14:02:47 2020	(r357616)
+++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Thu Feb  6 14:13:33 2020	(r357617)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Do not build binutils (as, ld.bfd, and objdump)
+Do not build GNU binutils
 as part of the bootstrap process.

Modified: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP
==============================================================================
--- head/tools/build/options/WITH_BINUTILS_BOOTSTRAP	Thu Feb  6 14:02:47 2020	(r357616)
+++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP	Thu Feb  6 14:13:33 2020	(r357617)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Build binutils (as on i386 and amd64, objdump, and ld on powerpc)
+Build GNU binutils
 as part of the bootstrap process.



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