diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-02-12 20:23:01 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-02-13 21:35:13 +0100 |
commit | 5715b21f8066f85aa06ff131868e11a27cca5559 (patch) | |
tree | fe32703361132693d8f697773250c455e4fbcc01 /package/network/utils/iproute2/Makefile | |
parent | 73f3ad1df2e1d33d3d5aae4fd2093aa80406cc4a (diff) | |
download | upstream-5715b21f8066f85aa06ff131868e11a27cca5559.tar.gz upstream-5715b21f8066f85aa06ff131868e11a27cca5559.tar.bz2 upstream-5715b21f8066f85aa06ff131868e11a27cca5559.zip |
iproute2: update to 5.5.0, enable LTO
Update iproute2 to 5.5.0
Enable LTO to save several KB of size
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index d11a13facc..34b768a906 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=5.4.0 -PKG_RELEASE:=2 +PKG_VERSION:=5.5.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae +PKG_HASH:=bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 @@ -121,7 +121,7 @@ define Build/Configure > $(PKG_BUILD_DIR)/include/SNAPSHOT.h endef -TARGET_CFLAGS += -ffunction-sections -fdata-sections +TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto TARGET_LDFLAGS += -Wl,--gc-sections TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny |