svn commit: r351037 - head/share/man/man7

Ed Maste emaste at FreeBSD.org
Wed Aug 14 17:17:53 UTC 2019


Author: emaste
Date: Wed Aug 14 17:17:52 2019
New Revision: 351037
URL: https://svnweb.freebsd.org/changeset/base/351037

Log:
  arch.7: clarify that the table shows the default tool chain
  
  Reported by:	jhb
  MFC after:	1 week
  MFC with:	r351035
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Wed Aug 14 17:13:36 2019	(r351036)
+++ head/share/man/man7/arch.7	Wed Aug 14 17:17:52 2019	(r351037)
@@ -295,7 +295,7 @@ is 8 bytes on all supported architectures except i386.
 .Fx 11.0 ,
 armv6 used the softfp ABI even though it supported only processors
 with a floating point unit.
-.Ss Tool Chain
+.Ss Default Tool Chain
 .Fx uses a variety of tool chain components for the supported CPU
 architectures:
 .Xr clang 1
@@ -307,6 +307,7 @@ GNU
 and Binutils
 .Xr ld 1 ,
 or an external toolchain compiler and linker provided by a port or package.
+This table shows the default tool chain for each architecture.
 .Bl -column -offset indent "Sy Architecture" "Sy Compiler" "Sy Linker"
 .It Sy Architecture Ta Sy Compiler Ta Sy Linker
 .It aarch64     Ta Clang     Ta lld


More information about the svn-src-all mailing list