Browse Source

Add back the additions to ARM64 dynamic_core

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

+ 8
- 0
Makefile.system View File

@@ -548,11 +548,19 @@ endif

ifeq ($(ARCH), arm64)
DYNAMIC_CORE = ARMV8
DYNAMIC_CORE += CORTEXA53
DYNAMIC_CORE += CORTEXA57
DYNAMIC_CORE += CORTEXA72
DYNAMIC_CORE += CORTEXA73
DYNAMIC_CORE += FALKOR
DYNAMIC_CORE += THUNDERX
DYNAMIC_CORE += THUNDERX2T99
DYNAMIC_CORE += TSV110
endif

ifeq ($(ARCH), power)


ifeq ($(ARCH), power)
DYNAMIC_CORE = POWER6
DYNAMIC_CORE += POWER8


Loading…
Cancel
Save