summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/hello
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/zkit-arm-1769/hello')
-rw-r--r--nuttx/configs/zkit-arm-1769/hello/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/zkit-arm-1769/hello/Make.defs b/nuttx/configs/zkit-arm-1769/hello/Make.defs
index 4f3960e5b..6b857fc6b 100644
--- a/nuttx/configs/zkit-arm-1769/hello/Make.defs
+++ b/nuttx/configs/zkit-arm-1769/hello/Make.defs
@@ -105,8 +105,11 @@ LIBEXT = .a
EXEEXT =
ifneq ($(CROSSDEV),arm-nuttx-elf-)
+ifneq ($(CROSSDEV),arm-nuttx-eabi-)
LDFLAGS += -nostartfiles -nodefaultlibs
endif
+endif
+
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
LDFLAGS += -g
endif