From 925965627fa5d11d8eda597b36d59353a5b3a49f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 1 Mar 2011 15:41:21 +0000
Subject: [PATCH] iptables: do not use -static-libgcc

SVN-Revision: 25808
---
 package/iptables/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 586576a1ea..4bef3388e7 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -290,7 +290,7 @@ CONFIGURE_ARGS += \
 MAKE_FLAGS := \
 	$(TARGET_CONFIGURE_OPTS) \
 	COPT_FLAGS="$(TARGET_CFLAGS)" \
-	LDFLAGS="-rdynamic -static-libgcc" \
+	LDFLAGS="-rdynamic" \
 	KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
 	KBUILD_OUTPUT="$(LINUX_DIR)" \
 
-- 
GitLab