svn commit: r324365 - head

Warner Losh imp at FreeBSD.org
Fri Oct 6 13:48:39 UTC 2017


Author: imp
Date: Fri Oct  6 13:48:38 2017
New Revision: 324365
URL: https://svnweb.freebsd.org/changeset/base/324365

Log:
  Note about workaround for native armv7 builds using a kernel prior to
  r324363.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Oct  6 13:46:05 2017	(r324364)
+++ head/UPDATING	Fri Oct  6 13:48:38 2017	(r324365)
@@ -53,7 +53,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
 
 20171005:
 	The arm port has split armv6 into armv6 and armv7. armv7 is now
-	a valid TARGET_ARCH/MACHINE_ARCH setting.
+	a valid TARGET_ARCH/MACHINE_ARCH setting. If you have an armv7 system
+	and are running a kernel from before r324363, you will need to add
+	MACHINE_ARCH=armv7 to 'make buildworld' to do a native build.
 
 20171003:
 	When building multiple kernels using KERNCONF, non-existent KERNCONF


More information about the svn-src-all mailing list