Skip to content

Commit 8f33da4

Browse files
authored
Merge pull request #3235 from dnoan/develop
Update Makefile.arm64
2 parents 4ecf631 + 32264ba commit 8f33da4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile.arm64

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,13 @@ FCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
107107
endif
108108
endif
109109
endif
110+
111+
ifeq ($(GCCVERSIONGTEQ9), 1)
112+
ifeq ($(CORE), EMAG8180)
113+
CCOMMON_OPT += -march=armv8-a -mtune=emag
114+
ifneq ($(F_COMPILER), NAG)
115+
FCOMMON_OPT += -march=armv8-a -mtune=emag
116+
endif
117+
endif
118+
endif
110119
endif

0 commit comments

Comments
 (0)