mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
Build: Build libstdc++ in parallel
This commit is contained in:
parent
cdcc09f63b
commit
3f2b78a063
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ pushd "$DIR/Build/"
|
|||
popd
|
||||
|
||||
echo "XXX build libstdc++"
|
||||
"$MAKE" all-target-libstdc++-v3 || exit 1
|
||||
"$MAKE" -j "$MAKEJOBS" all-target-libstdc++-v3 || exit 1
|
||||
echo "XXX install libstdc++"
|
||||
"$MAKE" install-target-libstdc++-v3 || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue