iptables: do not use -static-libgcc
SVN-Revision: 25808
This commit is contained in:
parent
c2e2651b71
commit
925965627f
1 changed files with 1 additions and 1 deletions
|
@ -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)" \
|
||||
|
||||
|
|
Loading…
Reference in a new issue