Browse Source

Need at least gcc9 for tsv110 support

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

+ 3
- 0
Makefile.arm64 View File

@@ -39,7 +39,10 @@ CCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
FCOMMON_OPT += -march=armv8.1-a -mtune=thunderx2t99
endif

ifeq ($(GCCVERSIONGTEQ9, 1)
ifeq ($(CORE), TSV110)
CCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
FCOMMON_OPT += -march=armv8.2-a -mtune=tsv110
endif
endif


Loading…
Cancel
Save