diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-17 23:55:16 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-17 23:55:16 -0800 |
commit | d083cbea806730fcc368f4041b2a3bff66851446 (patch) | |
tree | 037177119b673efa762a086989e3bddf2e963d4a /scripts/build/libc | |
parent | 32dd66a35ae98cb3622c5df7ad58cbf0515d41ca (diff) | |
download | crosstool-ng-d083cbea806730fcc368f4041b2a3bff66851446.tar.gz crosstool-ng-d083cbea806730fcc368f4041b2a3bff66851446.tar.bz2 crosstool-ng-d083cbea806730fcc368f4041b2a3bff66851446.zip |
Move moxiebox build to post_cc
core-2 gcc does not search the final prefix now for newlib's headers.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/mingw-w64.sh | 4 | ||||
-rw-r--r-- | scripts/build/libc/moxiebox.sh | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/scripts/build/libc/mingw-w64.sh b/scripts/build/libc/mingw-w64.sh index 6e87073a..a5b89d16 100644 --- a/scripts/build/libc/mingw-w64.sh +++ b/scripts/build/libc/mingw-w64.sh @@ -220,7 +220,3 @@ mingw_w64_main() CT_EndStep fi } - -mingw_w64_post_cc() { - : -} diff --git a/scripts/build/libc/moxiebox.sh b/scripts/build/libc/moxiebox.sh index f5421878..25ef6e7f 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 |