Add aarch64 support to CPUTYPE
This commit is contained in:
parent
c192c5d300
commit
dbd69b0dc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user