Skip to content

Commit 9c707dc

Browse files
authored
Update dynamic arch list to new target scheme
1 parent 9783dd0 commit 9c707dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/arch.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (DYNAMIC_ARCH)
9595
endif ()
9696

9797
if (LOONGARCH64)
98-
set(DYNAMIC_CORE LOONGSONGENERIC LOONGSON2K1000 LOONGSON3R5)
98+
set(DYNAMIC_CORE LA64_GENERIC LA264 LA464)
9999
endif ()
100100

101101
if (EXISTS ${PROJECT_SOURCE_DIR}/config_kernel.h)

0 commit comments

Comments
 (0)