arm64: Change mtune/mcpu options for THUNDERX2T99 target

This commit is contained in:
Ashwin Sekhar T K 2017-07-01 11:16:12 -07:00
parent 482015f8d6
commit ebf9e9dabe
1 changed files with 2 additions and 2 deletions

View File

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