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 673a4aabf5 arch: Set the default value of ARCH for x86_64
673a4aabf5 is described below
commit 673a4aabf5d6856c9b87e258326cc4dae3f8689c
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Mar 19 23:41:18 2023 +0800
arch: Set the default value of ARCH for x86_64
Signed-off-by: Xiang Xiao <[email protected]>
---
arch/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index 5f0cea0731..46311b93e1 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -171,6 +171,7 @@ config ARCH
default "risc-v" if ARCH_RISCV
default "sim" if ARCH_SIM
default "x86" if ARCH_X86
+ default "x86_64" if ARCH_X86_64
default "xtensa" if ARCH_XTENSA
default "z16" if ARCH_Z16
default "z80" if ARCH_Z80