diff options
Diffstat (limited to 'build-chroot.sh')
| -rwxr-xr-x | build-chroot.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build-chroot.sh b/build-chroot.sh index 13031c1..f3aec9a 100755 --- a/build-chroot.sh +++ b/build-chroot.sh @@ -718,6 +718,16 @@ make -j $THREADS make -j $THREADS install cd .. +# mrustc Build +tar xf ../sources/mrustc-*.tar* +cd mrustc-*/ +# FIXME: I have no idea how, but this script somehow invokes the now +# non-existent version of clang++ from /maple/tools. Will need to look +# into this further. CXX=clang++ exists to fix this temporarily. ~ahill +make -j $THREADS CXX=clang++ +# ... +cd .. + # Basic Configuration echo "root::0:0::/:/bin/zsh" > /etc/passwd echo "root:x:0:root" > /etc/group |
