fix sipp compile on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12193 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a978bd193f
commit
0d5a4498b4
@ -44,7 +44,7 @@ define Build/Compile
|
|||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \
|
CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \
|
||||||
LFLAGS_linux="$(TARGET_LDFLAGS)" \
|
LFLAGS_linux="$(TARGET_LDFLAGS)" \
|
||||||
LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm" \
|
LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm -lgcc" \
|
||||||
all
|
all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user