summaryrefslogtreecommitdiff
path: root/package/mksh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-17 19:04:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-17 19:04:45 +0100
commit803b9757e040cc1a9090de4ac5572290c83d31fe (patch)
tree802b6b9cab930db9b1dd8d79f173769e0568fae4 /package/mksh
parenta17c639599718879d298f107fdff357bffd8467e (diff)
remove kernel choice, always use 64 bit for 64bit target
Diffstat (limited to 'package/mksh')
-rw-r--r--package/mksh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mksh/Makefile b/package/mksh/Makefile
index a38b97733..63d391e18 100644
--- a/package/mksh/Makefile
+++ b/package/mksh/Makefile
@@ -27,6 +27,7 @@ TARGET_LDFLAGS+= -static
endif
TARGET_CPPFLAGS+= -DMKSH_SMALL=1
+TARGET_LDFLAGS+= -static-libgcc
CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual