Update Makefile.arm64

This commit is contained in:
Martin Kroeker 2021-10-20 17:30:09 +02:00 committed by GitHub
parent 3e77b3fbf1
commit 01c9b25fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ endif
ifeq ($(CORE), NEOVERSEN1)
ifeq ($(GCCVERSIONGTEQ7), 1)
ifeq ($(GCCVERSIONGTEQ9), 1)
CCOMMON_OPT += -march=neoverse-n1
CCOMMON_OPT += -mcpu=neoverse-n1
ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -march=neoverse-n1
FCOMMON_OPT += -mcpu=neoverse-n1
endif
else
CCOMMON_OPT += -march=armv8.2-a -mtune=cortex-a72