Add aarch64 support to CPUTYPE

This commit is contained in:
Warner Losh 2015-11-20 21:49:49 +00:00
parent c192c5d300
commit dbd69b0dc4

View File

@ -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