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

Warner Losh imp at FreeBSD.org
Thu Nov 21 06:48:31 UTC 2019


Author: imp
Date: Thu Nov 21 06:48:30 2019
New Revision: 354937
URL: https://svnweb.freebsd.org/changeset/base/354937

Log:
  Include MACHINE in the which variable selection to use section.

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

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Thu Nov 21 06:44:19 2019	(r354936)
+++ head/share/man/man7/arch.7	Thu Nov 21 06:48:30 2019	(r354937)
@@ -347,13 +347,17 @@ Unless the make variable
 is defined, make universe will not build mips, powerpc, nor sparc64
 architectures unless the xtoolchain binaries have been installed for
 the architecture.
-.Ss MACHINE_ARCH vs MACHINE_CPUARCH
+.Ss MACHINE_ARCH vs MACHINE_CPUARCH vs MACHINE
 .Dv MACHINE_CPUARCH
 should be preferred in Makefiles when the generic
 architecture is being tested.
 .Dv MACHINE_ARCH
 should be preferred when there is something specific to a particular type of
 architecture where there is a choice of many, or could be a choice of many.
+Use
+.Dv MACHINE
+when referring to the kernel, interfaces dependent on a specific type of kernel
+or similar things like boot sequences.
 .Bl -column -offset indent "Dv MACHINE" "Dv MACHINE_CPUARCH" "Dv MACHINE_ARCH"
 .It Dv MACHINE Ta Dv MACHINE_CPUARCH Ta Dv MACHINE_ARCH
 .It arm64 Ta aarch64 Ta aarch64


More information about the svn-src-head mailing list