From: nbd Date: Tue, 1 Mar 2011 15:41:21 +0000 (+0000) Subject: iptables: do not use -static-libgcc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=252999b68c37b0447abb1d50195448905f9a2dae;p=openwrt.git iptables: do not use -static-libgcc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25808 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \