Skip to content

Commit

Permalink
Merge pull request #1220 from ashwinyes/develop_aarch64_20170701_t99_…
Browse files Browse the repository at this point in the history
…options

arm64: Change mtune/mcpu options for THUNDERX2T99 target
  • Loading branch information
martin-frbg committed Jul 1, 2017
2 parents 482015f + ebf9e9d commit e5e47cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ FCOMMON_OPT += -mtune=thunderx -mcpu=thunderx
endif

ifeq ($(CORE), THUNDERX2T99)
CCOMMON_OPT += -mtune=vulcan -mcpu=vulcan
FCOMMON_OPT += -mtune=vulcan -mcpu=vulcan
CCOMMON_OPT += -mtune=thunderx2t99 -mcpu=thunderx2t99
FCOMMON_OPT += -mtune=thunderx2t99 -mcpu=thunderx2t99
endif

0 comments on commit e5e47cf

Please sign in to comment.