summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/thttpd/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320/thttpd/Make.defs')
-rw-r--r--nuttx/configs/ntosd-dm320/thttpd/Make.defs7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/configs/ntosd-dm320/thttpd/Make.defs b/nuttx/configs/ntosd-dm320/thttpd/Make.defs
index ffc579b37..590ee75fe 100644
--- a/nuttx/configs/ntosd-dm320/thttpd/Make.defs
+++ b/nuttx/configs/ntosd-dm320/thttpd/Make.defs
@@ -107,10 +107,9 @@ OBJEXT = .o
LIBEXT = .a
EXEEXT =
-#[blf] The `ea3131' had this, but despite using buildroot, neuros doesn't...
-### ifneq ($(CONFIG_LPC313X_BUILDROOT),y) ### change to ...DM320...
-### LDFLAGS += -nostartfiles -nodefaultlibs
-### endif
+ifneq ($(CONFIG_ARM_TOOLCHAIN_BUILDROOT),y)
+ LDFLAGS += -nostartfiles -nodefaultlibs
+endif
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
LDFLAGS += -g
endif