Skip to content

Commit

Permalink
Update dynamic arch list to new target scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 6, 2024
1 parent 9783dd0 commit 9c707dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c707dc

Please sign in to comment.