From 678aa3af8829f1c9c91dd8e43e53754586eaac66 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Aug 2008 00:56:31 +0000 Subject: [PATCH] fix sipp compile on avr32 SVN-Revision: 12193 --- net/sipp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sipp/Makefile b/net/sipp/Makefile index fcbbddedb6..a213971cd8 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -44,7 +44,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ LFLAGS_linux="$(TARGET_LDFLAGS)" \ - LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm" \ + LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm -lgcc" \ all endef -- 2.30.2