Skip to content
Snippets Groups Projects
Commit 00f3abb0 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

pjsip: fix linking failure w/ ARM eabi

SVN-Revision: 25450
parent 12cfebe6
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ endef
define Build/Compile
CFLAGS="$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS) $(LIBGCC_S)" \
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH)
endef
......
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