summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 19:07:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 19:07:02 +0100
commit09340685c13fcc7d32a3c8a4153e0e73166897b9 (patch)
treec3f1ffaab3133f19676775fec249dc3da7722b93 /tools
parent43f399db72ca82f186ce7040fc39794b102c263f (diff)
parentbd228e8c35627f71a4a15a05424dbd178fcb31e8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 $@