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.
This commit is contained in:
parent
52222cb020
commit
4ee39e2080
@ -148,11 +148,3 @@ endif
|
|||||||
|
|
||||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"}
|
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)$(DELIM)include"}
|
||||||
CXXFLAGS += ${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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user