Browse Source

Merge pull request #1220 from ashwinyes/develop_aarch64_20170701_t99_options

arm64: Change mtune/mcpu options for THUNDERX2T99 target
tags/v0.2.20^2
Martin Kroeker GitHub 8 years ago
parent
commit
e5e47cfdb5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.arm64

+ 2
- 2
Makefile.arm64 View File

@@ -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

Loading…
Cancel
Save