projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297d0b6
)
[at91] fix dfboot linking failures (#5937)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 29 Oct 2009 15:48:34 +0000
(15:48 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 29 Oct 2009 15:48:34 +0000
(15:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18206
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/at91/image/dfboot/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/at91/image/dfboot/Makefile
b/target/linux/at91/image/dfboot/Makefile
index
344af5d
..
91a603d
100644
(file)
--- 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