arch/sim/src/Makefile: Fix whitespace

This commit is contained in:
YAMAMOTO Takashi 2022-02-14 12:02:47 +09:00 committed by Xiang Xiao
parent 6abdf73535
commit 7fcfe40821
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ nuttx$(EXEEXT): libarch$(LIBEXT) board/libboard$(LIBEXT) $(HEADOBJ) $(LINKOBJS)
$(Q) echo "LD: nuttx$(EXEEXT)"
$(Q) $(LD) -r $(LDLINKFLAGS) $(RELPATHS) $(EXTRA_LIBPATHS) -o nuttx.rel $(REQUIREDOBJS) $(LDSTARTGROUP) $(RELLIBS) $(EXTRA_LIBS) $(LDENDGROUP)
ifeq ("$(shell $(CC) --version | grep clang)","")
# none clang based native compilers need opjcopy to build simulation
# none clang based native compilers need opjcopy to build simulation
$(Q) $(OBJCOPY) --redefine-syms=nuttx-names.dat nuttx.rel
$(Q) $(CC) $(CCLINKFLAGS) -Wl,-verbose 2>&1 | \
sed -e '/====/,/====/!d;//d' -e 's/__executable_start/_stext/g' -e 's/__init_array_start/_sinit/g' \