aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-29 15:48:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-29 15:48:34 +0000
commit51cde585d253898621c83fbac20314b1656d90cf (patch)
treeaf4e321a479cef3d3358147681dd1158a544a733 /target
parent297d0b6536900a77d2accb35bba5a27294857b34 (diff)
downloadmaster-187ad058-51cde585d253898621c83fbac20314b1656d90cf.tar.gz
master-187ad058-51cde585d253898621c83fbac20314b1656d90cf.tar.bz2
master-187ad058-51cde585d253898621c83fbac20314b1656d90cf.zip
[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')
-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 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