This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 4ee39e208048f075860179a0a2b60c3a651cf16e Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Fri Feb 21 17:10:14 2020 +0900 Remove libapps.a from LDLIBS I don't understand how it's supposed to work. (As libapps.a is likely not fully baked at that point.) I don't understand why it's necessary either. --- Make.defs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Make.defs b/Make.defs index 77b0c82..d48fa38 100644 --- a/Make.defs +++ b/Make.defs @@ -148,11 +148,3 @@ endif CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"} CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"} - -ifneq ($(CONFIG_BUILD_KERNEL),y) -ifeq ($(WINTOOL),y) - LDLIBS ?= "${shell cygpath -w $(BIN)}" -else - LDLIBS ?= $(BIN) -endif -endif
