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

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


The following commit(s) were added to refs/heads/master by this push:
     new 963c5e8e52 arm64/imx9: Force 64-bit ELF format
963c5e8e52 is described below

commit 963c5e8e525bf6e222cd31619c20d459cafe771c
Author: Ville Juven <[email protected]>
AuthorDate: Mon Aug 26 16:17:03 2024 +0300

    arm64/imx9: Force 64-bit ELF format
    
    The format is always 64-bits
---
 arch/arm64/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 4e5a2a4bc9..61e6f276f0 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -97,6 +97,7 @@ config ARCH_CHIP_IMX9
        select ARCH_HAVE_I2CRESET
        select ARCH_HAVE_IRQTRIGGER
        select ARCH_NEED_ADDRENV_MAPPING
+       select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
        ---help---
                NXP i.MX9 (ARMv8.2a) applications processors
 

Reply via email to