projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164121a
)
use the new LIBGCC_S variable to fix cbtt on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 15:59:06 +0000
(15:59 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Jan 2009 15:59:06 +0000
(15:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13894
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/cbtt/Makefile
patch
|
blob
|
history
diff --git
a/net/cbtt/Makefile
b/net/cbtt/Makefile
index
8377429
..
0702f69
100644
(file)
--- a/
net/cbtt/Makefile
+++ b/
net/cbtt/Makefile
@@
-45,7
+45,7
@@
$(STAMP_BUILT)-$(2): $(STAMP_PREPARED)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -nostdinc++" \
- LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread
-lgcc_s
" \
+ LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread
$(LIBGCC_S)
" \
$(3)
touch $$@