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

View File

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