Update dynamic arch list to new target scheme

This commit is contained in:
Martin Kroeker 2024-10-06 22:46:03 +02:00 committed by GitHub
parent 9783dd07ab
commit 9c707dc6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if (DYNAMIC_ARCH)
endif ()
if (LOONGARCH64)
set(DYNAMIC_CORE LOONGSONGENERIC LOONGSON2K1000 LOONGSON3R5)
set(DYNAMIC_CORE LA64_GENERIC LA264 LA464)
endif ()
if (EXISTS ${PROJECT_SOURCE_DIR}/config_kernel.h)