mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
openamp: libmetal compile pass with arm64 arch
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
f57814999a
commit
52525796ab
@@ -32,6 +32,8 @@ LIBMETAL_ARCH = x86_64
|
||||
endif
|
||||
else ifeq ($(CONFIG_ARCH), risc-v)
|
||||
LIBMETAL_ARCH = riscv
|
||||
else ifeq ($(CONFIG_ARCH), arm64)
|
||||
LIBMETAL_ARCH = aarch64
|
||||
else
|
||||
LIBMETAL_ARCH = $(CONFIG_ARCH)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user