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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to