summaryrefslogtreecommitdiff
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-09-13 09:31:00 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-09-13 09:31:00 +0200
commitb51f7f73b94422c8cb2411797b009c85db15f89b (patch)
treec128edd2155c7ddff5e48f01b9a870f10000db54 /package/dropbear/Makefile
parent194b03d5d9dbddc8c00e4da8fcbb0409fcf50d39 (diff)
fix half way libgcc headache
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index b3756a8d9..a7c2356e0 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -32,9 +32,7 @@ ifeq ($(ADK_STATIC),y)
TARGET_LDFLAGS+= -static
endif
-ifeq ($(ADK_TARGET_LIB_STATIC_LIBGCC),y)
TARGET_LDFLAGS+= -static-libgcc
-endif
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
CONFIGURE_ARGS+= --disable-pam \