target: add cortex-a73 mcpu flag

This commit is contained in:
hanwckf 2024-10-14 00:15:03 +08:00
parent 102aabe65f
commit ff51fe9dc6

View File

@ -247,6 +247,7 @@ ifeq ($(DUMP),1)
CPU_TYPE ?= generic
CPU_CFLAGS_generic = -mcpu=generic
CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53
CPU_CFLAGS_cortex-a73 = -mcpu=cortex-a73+crypto
endif
ifeq ($(ARCH),arc)
CPU_TYPE ?= arc700