diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 18:31:42 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-08 18:31:42 +0100 |
| commit | ed3d91cf2dfc6f63ae749b54c7d718eb73dd6211 (patch) | |
| tree | 1b2ea8ee4b80c2e2e8c28a65a41cb90648d571ca /tools/mksh | |
| parent | 3fe732e577313be28abbb99a636779a9debe400c (diff) | |
| parent | bd228e8c35627f71a4a15a05424dbd178fcb31e8 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/mksh')
| -rw-r--r-- | tools/mksh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/mksh/Makefile b/tools/mksh/Makefile index 8cb7c29b7..2c912e52b 100644 --- a/tools/mksh/Makefile +++ b/tools/mksh/Makefile @@ -17,8 +17,7 @@ include ../rules.mk install: ${STAGING_HOST_DIR}/usr/bin/mksh $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - cd ${WRKBUILD} && CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS}' \ - CPPFLAGS='${TARGET_CPPFLAGS}' LDFLAGS='${TARGET_LDFLAGS}' \ + cd ${WRKBUILD} && CC='${CC_FOR_BUILD}' CFLAGS='${CFLAGS_FOR_BUILD}' \ HAVE_CAN_FSTACKPROTECTORALL=0 \ TARGET_OS=Linux ${BASH} ${WRKSRC}/Build.sh -Q -r -c lto touch $@ |
