projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b5ca9
)
force linking against libgcc (fix build on 7.07)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Sep 2007 12:17:58 +0000
(12:17 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Sep 2007 12:17:58 +0000
(12:17 +0000)
SVN-Revision: 8624
net/iperf/Makefile
patch
|
blob
|
history
diff --git
a/net/iperf/Makefile
b/net/iperf/Makefile
index c9ee09ea6d3e53deb72742132355b19a59e3bdbc..a3c46999bae1a38be70554b9db0f759c09a5a71f 100644
(file)
--- a/
net/iperf/Makefile
+++ b/
net/iperf/Makefile
@@
-39,7
+39,7
@@
CONFIGURE_ARGS += \
CONFIGURE_VARS += \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \
CXXFLAGS="$$$$CXX_CFLAGS -fno-builtin -fno-rtti -nostdinc++" \
- LIBS="-nodefaultlibs -luClibc++" \
+ LIBS="-nodefaultlibs -luClibc++
-lgcc
" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \