]> rtime.felk.cvut.cz Git - omk.git/commitdiff
NuttX: workaround to not include -nostartfiles from target section.
authorPavel Pisa <ppisa@pikron.com>
Tue, 4 Apr 2023 15:30:37 +0000 (17:30 +0200)
committerPavel Pisa <ppisa@pikron.com>
Tue, 4 Apr 2023 15:30:37 +0000 (17:30 +0200)
It clashes with plain LD use choice for some NuttX targets.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/nuttx-compile.omk

index 58d95e0426257fb81a2489f74940dcf77dd7867a..1200dbbf9b44a77f11907edbf5496d5ae786cfa6 100644 (file)
@@ -45,6 +45,7 @@
 
 EMPTY :=
 LD_OPTION_SEP = $(EMPTY) $(EMPTY)
+TARGET_STDSTARTFILES = y
 
 define COMPILER_DEFS_template
 OBJ_EXT ?= $$(OBJEXT)