Built a version of cargo and rustc that won't crash

Co-authored-by: Alexander Hill <ahill@breadpudding.dev>
Co-authored-by: Nicholas McDaniel <nickmcdaniel00@gmail.com>
This commit is contained in:
Alexander Hill
2025-05-06 23:37:40 -04:00
parent 2aeb13e7ee
commit c971eb2f31
4 changed files with 415 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ mkdir -p $MAPLE/lib
# libc++ fails to link without it, but this should be fixed via a
# configuration change in LLVM. ~ahill
ln -s . $MAPLE/lib/$HOST
mkdir -p $MAPLE/maple/patches
mkdir -p $MAPLE/maple/sources
mkdir -p $MAPLE/mnt
mkdir -p $MAPLE/proc