This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 610fa1a  openamp: Fix libmetal build break for arm
610fa1a is described below

commit 610fa1aadc41ebffcc6901fd99586cd77feeae6f
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Fri May 8 17:16:20 2020 +0800

    openamp: Fix libmetal build break for arm
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 openamp/libmetal.defs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openamp/libmetal.defs b/openamp/libmetal.defs
index c51db0c..0ea4537 100644
--- a/openamp/libmetal.defs
+++ b/openamp/libmetal.defs
@@ -39,6 +39,8 @@ ifeq ($(CONFIG_ARCH), sim)
 LIBMETAL_ARCH = x86_64
 else ifeq ($(CONFIG_ARCH), risc-v)
 LIBMETAL_ARCH = riscv
+else
+LIBMETAL_ARCH = $(CONFIG_ARCH)
 endif
 
 CSRCS += libmetal/lib/system/nuttx/condition.c

Reply via email to