Add POWER10 support flag (unconditionally for now)

This commit is contained in:
Martin Kroeker 2020-10-20 01:09:49 +02:00 committed by GitHub
parent bb8c3f6861
commit eddc65c7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ if (DYNAMIC_ARCH)
if (POWER) if (POWER)
set(DYNAMIC_CORE POWER6 POWER8 POWER9 POWER10) set(DYNAMIC_CORE POWER6 POWER8 POWER9 POWER10)
set(CCOMMON_OPT "${CCOMMON_OPT} -DHAVE_P10_SUPPORT")
endif () endif ()
if (X86) if (X86)