summaryrefslogtreecommitdiffstats
path: root/target/linux/at91
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-29 15:48:34 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-29 15:48:34 +0000
commit6bc0d6136909b9328501d4150e7f9e6821860c43 (patch)
treeaf4e321a479cef3d3358147681dd1158a544a733 /target/linux/at91
parenteb47209914247d1f06c532c7b828d9fe7b2ba4fd (diff)
[at91] fix dfboot linking failures (#5937)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18206 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r--target/linux/at91/image/dfboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/at91/image/dfboot/Makefile b/target/linux/at91/image/dfboot/Makefile
index 344af5d56..91a603de4 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