avrusbboot: fix compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2029a2f0a4
commit
8d5d401d93
@ -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++ -lc -lusb $(LIBGCC_S)" \
|
||||
all
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user