fix dfboot linking failures (#5937)

SVN-Revision: 18206
v19.07.3_mercusys_ac12_duma
Florian Fainelli 15 years ago
parent 411d1ba1bb
commit 77e195a2cb

@ -24,7 +24,8 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)"
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(LIBGCC_S)"
endef
define Build/InstallDev

Loading…
Cancel
Save