You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2021/01/16 19:17:11 UTC

[incubator-nuttx] branch master updated: libc/machine/arch: fix build break if enable armv8 ELF

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

btashton 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 bd3a843  libc/machine/arch: fix build break if enable armv8 ELF
bd3a843 is described below

commit bd3a843ffe45506688bc37cbf8277b21a07e53b5
Author: chao.an <an...@xiaomi.com>
AuthorDate: Mon Jan 11 17:09:56 2021 +0800

    libc/machine/arch: fix build break if enable armv8 ELF
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 libs/libc/machine/arm/armv8-m/Make.defs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libc/machine/arm/armv8-m/Make.defs b/libs/libc/machine/arm/armv8-m/Make.defs
index 07062aa..f4cbaf6 100644
--- a/libs/libc/machine/arm/armv8-m/Make.defs
+++ b/libs/libc/machine/arm/armv8-m/Make.defs
@@ -87,7 +87,7 @@ ifeq ($(LIBM_ARCH_TRUNC),y)
 CSRCS += arch_trunc.c
 endif
 
+endif # CONFIG_ARMV8M_LIBM
+
 DEPPATH += --dep-path machine/arm/armv8-m
 VPATH += :machine/arm/armv8-m
-
-endif # CONFIG_ARMV8M_LIBM