From 20db146b64cf4371eb52340093d60c2a38691df5 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 e8613edf04712..9cc456593e535 100644 --- a/arch/x86_64/src/common/Toolchain.defs +++ b/arch/x86_64/src/common/Toolchain.defs @@ -180,8 +180,6 @@ ifeq ($(CONFIG_HOST_MACOS),y) AFLAGS += -Wa,--divide endif -EXEEXT = .elf - LDFLAGS += -nostdlib -static # Loadable module definitions