util: Resolve bootstrapping issue through bruteforce

This commit is contained in:
K. Lange 2021-07-29 19:56:43 +09:00
parent 49e9e4a556
commit 6006ab975e
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ cd $DIR/build/gcc
../../gcc/configure --target=$TARGET --prefix="$PREFIX" --with-sysroot="$SYSROOT" --enable-languages=c,c++ --enable-shared
make -j8 all-gcc
make install-gcc
make -j8 all-target-libgcc # This will fail, but we don't care, we need some other targets in here to build libc
make install-target-libgcc
cd $DIR/../
make base/lib/libc.so