Skip to content

Commit

Permalink
boards/sim/sim/sim: correct LDLINKFLAGS after migrating from ld to gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVasiljev authored and masayuki2009 committed Jun 11, 2021
1 parent b6bf9cf commit 6545b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/sim/sim/sim/scripts/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,5 @@ endif

HOSTCFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) \
$(ARCHCPUFLAGS) $(HOSTINCLUDES) $(EXTRAFLAGS) -pipe

LDLINKFLAGS += -nostartfiles -nodefaultlibs

0 comments on commit 6545b95

Please sign in to comment.