projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2029a2f
)
avrusbboot: fix compile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 May 2009 13:27:17 +0000
(13:27 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 May 2009 13:27:17 +0000
(13:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15627
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/avrusbboot/Makefile
patch
|
blob
|
history
diff --git
a/utils/avrusbboot/Makefile
b/utils/avrusbboot/Makefile
index
e8a21a3
..
546949e
100644
(file)
--- a/
utils/avrusbboot/Makefile
+++ b/
utils/avrusbboot/Makefile
@@
-41,7
+41,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/software \
CXX="$(TARGET_CROSS)g++ $(TARGET_CFLAGS) -fno-builtin -fno-rtti -nostdinc++ $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++" \
- LFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++ -lusb $(LIBGCC_S)" \
+ LFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++ -l
c -l
usb $(LIBGCC_S)" \
all
endef