summaryrefslogtreecommitdiff
path: root/scripts/build/libc/moxiebox.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-18 18:22:17 (GMT)
committerGitHub <noreply@github.com>2019-02-18 18:22:17 (GMT)
commit7d621cd831e4fb015fa151437051192135337006 (patch)
tree7f1313ccc9112cb0bc1a231a33c5344e54ec2c94 /scripts/build/libc/moxiebox.sh
parentfb744d81588395a97cee951a151a56501a500e42 (diff)
parent8a61f74f38e33166f6be0dde0cae82cfe055c3bf (diff)
Merge pull request #1142 from stilor/rc2-fixes
Fixes for regressions in 1.24.0-rc1
Diffstat (limited to 'scripts/build/libc/moxiebox.sh')
-rw-r--r--scripts/build/libc/moxiebox.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/build/libc/moxiebox.sh b/scripts/build/libc/moxiebox.sh
index f542187..25ef6e7 100644
--- a/scripts/build/libc/moxiebox.sh
+++ b/scripts/build/libc/moxiebox.sh
@@ -22,7 +22,10 @@ moxiebox_start_files()
moxiebox_main()
{
newlib_main
+}
+moxiebox_post_cc()
+{
CT_DoStep INFO "Installing moxiebox runtime and VM"
CT_mkdir_pushd "${CT_BUILD_DIR}/build-libc-moxiebox"
@@ -45,7 +48,7 @@ moxiebox_main()
CT_DoExecLog CFG ./autogen.sh
- # moxiebox build script create symlinks from the installation location to the build
+ # moxiebox build script creates symlinks from the installation location to the build
# directory for the moxiebox library. This seems backwards. Instead, pass the search
# as part of the MOX_GCC definition.
# moxiebox also depends on the tools being named moxiebox-{gcc,as,ar}. However, failure