[at91] fix dfboot linking failures (#5937)
[openwrt.git] / target / linux / at91 / image / dfboot / Makefile
index 344af5d..91a603d 100644 (file)
@@ -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
This page took 0.023728 seconds and 4 git commands to generate.