Browse Source

Update Makefile.arm64

pull/3386/head
Martin Kroeker GitHub 4 years ago
parent
commit
01c9b25fc1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.arm64

+ 2
- 2
Makefile.arm64 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


Loading…
Cancel
Save