Started work on bootstrapping rustc

This commit is contained in:
Alexander Hill
2025-04-25 22:12:08 -04:00
parent c625a7923a
commit 017a293229
2 changed files with 13 additions and 0 deletions

View File

@@ -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