Skip to content
Snippets Groups Projects
Commit 10f5f8f1 authored by Jeff's avatar Jeff Committed by Gregory Nutt
Browse files

configs/Board.mk: Remove comment form end of line. In windows native build,...

configs/Board.mk:  Remove comment form end of line. In windows native build, it appears to be trying to make that an extra parameter to the AR command
parent 31f832d8
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ $(CXXOBJS) $(LINKOBJS): %$(OBJEXT): %.cxx
$(call COMPILEXX, $<, $@)
libboard$(LIBEXT): $(OBJS) $(CXXOBJS)
$(Q) $(AR) $@ # Create an empty archive
$(Q) $(AR) $@
ifneq ($(OBJS),)
$(call ARCHIVE, $@, $(OBJS) $(CXXOBJS))
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment