mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
ipset: do not use -static-libgcc
SVN-Revision: 25809
This commit is contained in:
parent
925965627f
commit
3acbe5b392
@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/kernel-defaults.mk
|
||||
IPSET_MAKEOPTS:= -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
COPT_FLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="-rdynamic -static-libgcc" \
|
||||
LDFLAGS="-rdynamic" \
|
||||
NO_EXTRA_WARN_FLAGS=yes \
|
||||
KERNEL_DIR="$(LINUX_DIR)" \
|
||||
PREFIX=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user