From ce8ce2f115af22834872f6a79e421d753512f6f3 Mon Sep 17 00:00:00 2001 From: Bowen Wang Date: Mon, 20 May 2024 20:33:00 +0800 Subject: [PATCH] x86/x86_64: change the build result from nuttx.elf to nuttx Just sync with other architecture. Signed-off-by: Bowen Wang --- arch/x86_64/src/common/Toolchain.defs | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86_64/src/common/Toolchain.defs b/arch/x86_64/src/common/Toolchain.defs index 879e5818b2bf7..991033f504071 100644 --- a/arch/x86_64/src/common/Toolchain.defs +++ b/arch/x86_64/src/common/Toolchain.defs @@ -176,8 +176,6 @@ ifeq ($(CONFIG_HOST_MACOS),y) AFLAGS += -Wa,--divide endif -EXEEXT = .elf - LDFLAGS += -nostdlib -static # Loadable module definitions