From c05198bf8ef1aae8c7ebc53aeec68e40404dc738 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 2 Mar 2011 12:47:52 +0000
Subject: [PATCH] dropbear: use -ffunction-sections, -fdata-sections and
 --gc-sections, saves 19k uncompressed

SVN-Revision: 25826
---
 package/dropbear/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 5bcc5fb9b0..bb1230cefc 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -65,7 +65,8 @@ CONFIGURE_ARGS += \
 	--disable-pututxline \
 	--disable-zlib
 
-TARGET_CFLAGS += -DARGTYPE=3
+TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections
+TARGET_LDFLAGS += -Wl,--gc-sections
 
 define Build/Configure
 	$(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h
-- 
GitLab