Add POWER10 support flag (unconditionally for now)
This commit is contained in:
parent
bb8c3f6861
commit
eddc65c7b7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue