mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
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>
This commit is contained in:
parent
32dd66a35a
commit
d083cbea80
@ -220,7 +220,3 @@ mingw_w64_main()
|
|||||||
CT_EndStep
|
CT_EndStep
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
mingw_w64_post_cc() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
@ -22,7 +22,10 @@ moxiebox_start_files()
|
|||||||
moxiebox_main()
|
moxiebox_main()
|
||||||
{
|
{
|
||||||
newlib_main
|
newlib_main
|
||||||
|
}
|
||||||
|
|
||||||
|
moxiebox_post_cc()
|
||||||
|
{
|
||||||
CT_DoStep INFO "Installing moxiebox runtime and VM"
|
CT_DoStep INFO "Installing moxiebox runtime and VM"
|
||||||
|
|
||||||
CT_mkdir_pushd "${CT_BUILD_DIR}/build-libc-moxiebox"
|
CT_mkdir_pushd "${CT_BUILD_DIR}/build-libc-moxiebox"
|
||||||
@ -45,7 +48,7 @@ moxiebox_main()
|
|||||||
|
|
||||||
CT_DoExecLog CFG ./autogen.sh
|
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
|
# directory for the moxiebox library. This seems backwards. Instead, pass the search
|
||||||
# as part of the MOX_GCC definition.
|
# as part of the MOX_GCC definition.
|
||||||
# moxiebox also depends on the tools being named moxiebox-{gcc,as,ar}. However, failure
|
# moxiebox also depends on the tools being named moxiebox-{gcc,as,ar}. However, failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user