aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/libc/moxiebox.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-03 16:16:40 -0800
committerGitHub <noreply@github.com>2018-12-03 16:16:40 -0800
commit03b29ba5b00a617ff7c53ca1f0910a03a4929239 (patch)
treecae4235bdca3d469aa3d2aaa1372e52d6fe99b59 /scripts/build/libc/moxiebox.sh
parentfc64f2d015a532ed8b7e61e1f6b104c6e7878610 (diff)
parent7185ac031a677c19756026ca29a7edc9c814ff3e (diff)
downloadcrosstool-ng-03b29ba5b00a617ff7c53ca1f0910a03a4929239.tar.gz
crosstool-ng-03b29ba5b00a617ff7c53ca1f0910a03a4929239.tar.bz2
crosstool-ng-03b29ba5b00a617ff7c53ca1f0910a03a4929239.zip
Merge pull request #1105 from stilor/fix-uclibc
Fix a couple of regressions after recent checkins
Diffstat (limited to 'scripts/build/libc/moxiebox.sh')
-rw-r--r--scripts/build/libc/moxiebox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/moxiebox.sh b/scripts/build/libc/moxiebox.sh
index 376c742c..96a63ff4 100644
--- a/scripts/build/libc/moxiebox.sh
+++ b/scripts/build/libc/moxiebox.sh
@@ -45,7 +45,7 @@ moxiebox_main()
CT_DoExecLog ALL cp -v "${CT_LIB_DIR}/packages/moxiebox/"sha*.[ch] ./
CT_DoExecLog ALL "${CT_HOST}-gcc" -c sha256_wrap.c -O2 -Wall
CT_DoExecLog ALL "${CT_HOST}-ar" cru libcrypto.a sha256_wrap.o
- CT_Popd
+ CT_Popd
# Moxiebox includes a VM which we're building for the
# host machine.