Skip to content

Commit

Permalink
openamp/cmake: fix type conflicts for rv-virt
Browse files Browse the repository at this point in the history
This attempts to fix issue/12514 for `rv-virt` config.

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
yf13 committed Jun 17, 2024
1 parent 6953814 commit 4648d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openamp/libmetal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if("${CONFIG_ARCH}" STREQUAL "sim")
set(LIBMETAL_ARCH x86_64)
elseif("${CONFIG_ARCH}" STREQUAL "risc-v")
set(LIBMETAL_ARCH riscv)
set(HAVE_STDATOMIC_H 1)
elseif("${CONFIG_ARCH}" STREQUAL "arm64")
set(LIBMETAL_ARCH aarch64)
else()
Expand Down

0 comments on commit 4648d5f

Please sign in to comment.