From 4ee39e208048f075860179a0a2b60c3a651cf16e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 21 Feb 2020 17:10:14 +0900 Subject: [PATCH] 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 77b0c8275..d48fa38f4 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