This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6545b95 boards/sim/sim/sim: correct LDLINKFLAGS after migrating from
ld to gcc
6545b95 is described below
commit 6545b950884c26a3385febe8c68614895f696063
Author: Alexander Vasiljev <[email protected]>
AuthorDate: Fri Jun 11 12:05:25 2021 +0300
boards/sim/sim/sim: correct LDLINKFLAGS after migrating from ld to gcc
---
boards/sim/sim/sim/scripts/Make.defs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boards/sim/sim/sim/scripts/Make.defs
b/boards/sim/sim/sim/scripts/Make.defs
index 65600e1..067914a 100644
--- a/boards/sim/sim/sim/scripts/Make.defs
+++ b/boards/sim/sim/sim/scripts/Make.defs
@@ -199,3 +199,5 @@ endif
HOSTCFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) \
$(ARCHCPUFLAGS) $(HOSTINCLUDES) $(EXTRAFLAGS) -pipe
+
+LDLINKFLAGS += -nostartfiles -nodefaultlibs