svn commit: r291111 - head/share/mk

Warner Losh imp at FreeBSD.org
Fri Nov 20 21:49:50 UTC 2015


Author: imp
Date: Fri Nov 20 21:49:49 2015
New Revision: 291111
URL: https://svnweb.freebsd.org/changeset/base/291111

Log:
  Add aarch64 support to CPUTYPE

Modified:
  head/share/mk/bsd.cpu.mk

Modified: head/share/mk/bsd.cpu.mk
==============================================================================
--- head/share/mk/bsd.cpu.mk	Fri Nov 20 21:49:46 2015	(r291110)
+++ head/share/mk/bsd.cpu.mk	Fri Nov 20 21:49:49 2015	(r291111)
@@ -151,6 +151,8 @@ _CPUCFLAGS = -mcpu=ultrasparc
 .  elif ${CPUTYPE} == "ultrasparc3"
 _CPUCFLAGS = -mcpu=ultrasparc3
 .  endif
+. elif ${MACHINE_CPUARCH} == "aarch64"
+_CPUCFLAGS = -mcpu=${CPUTYPE}
 . endif
 
 # Set up the list of CPU features based on the CPU type.  This is an


More information about the svn-src-all mailing list