summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 17:11:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 17:11:37 +0100
commitf9b55307b0669be2f726548a1a1de299ac2fca28 (patch)
tree221022f3d394183fce725123bdc470bc20b4a519 /tools
parenta848182a6d4fac33a2d5b01c881fbd1edcc50fc0 (diff)
mksh does not require special LDFLAGS/CPPFLAGS
Diffstat (limited to 'tools')
-rw-r--r--tools/mksh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mksh/Makefile b/tools/mksh/Makefile
index a6ee57906..2c912e52b 100644
--- a/tools/mksh/Makefile
+++ b/tools/mksh/Makefile
@@ -18,7 +18,6 @@ install: ${STAGING_HOST_DIR}/usr/bin/mksh
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
cd ${WRKBUILD} && CC='${CC_FOR_BUILD}' CFLAGS='${CFLAGS_FOR_BUILD}' \
- CPPFLAGS='${CPPFLAGS_FOR_BUILD}' LDFLAGS='${LDFLAGS_FOR_BUILD}' \
HAVE_CAN_FSTACKPROTECTORALL=0 \
TARGET_OS=Linux ${BASH} ${WRKSRC}/Build.sh -Q -r -c lto
touch $@