powerpc: Add support for future processor

This is the initial patch to support build infrastructure
for POWER10 architecture.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2020-06-11 15:47:20 -05:00
parent 3a1b58d54a
commit 9fe930f205
38 changed files with 309 additions and 42 deletions

View File

@@ -51,6 +51,10 @@ ifeq ($(CORE), POWER9)
USE_TRMM = 1
endif
ifeq ($(CORE), POWER10)
USE_TRMM = 1
endif
ifeq ($(ARCH), zarch)
USE_TRMM = 1
endif