Skip to content

Commit 45b0eed

Browse files
authored
Add DYNAMIC_COREs for ZARCH
1 parent e2f9f57 commit 45b0eed

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

cmake/arch.cmake

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ if (DYNAMIC_ARCH)
9494
set(DYNAMIC_CORE PRESCOTT ${DYNAMIC_LIST})
9595
endif ()
9696
endif ()
97-
97+
98+
if (ZARCH)
99+
set(DYNAMIC_CORE Z13 Z14 ZARCH_GENERIC)
100+
set(DYN_Z13 1)
101+
set(DYN_Z14 1)
102+
endif ()
103+
98104
if (LOONGARCH64)
99105
set(DYNAMIC_CORE LA64_GENERIC LA264 LA464)
100106
endif ()

0 commit comments

Comments
 (0)