From: Florian Fainelli Date: Thu, 29 Oct 2009 15:48:34 +0000 (+0000) Subject: [at91] fix dfboot linking failures (#5937) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=99ccb3d70d7ea28635bfce21cea6064e1601b9b5;p=openwrt%2Fsvn-archive%2Farchive.git [at91] fix dfboot linking failures (#5937) SVN-Revision: 18206 --- diff --git a/target/linux/at91/image/dfboot/Makefile b/target/linux/at91/image/dfboot/Makefile index 344af5d56d..91a603de4e 100644 --- a/target/linux/at91/image/dfboot/Makefile +++ b/target/linux/at91/image/dfboot/Makefile @@ -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