mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Toolchain: Statically link serenity cross-compiler on macOS to keep the cross-toolchain self contained
This commit is contained in:
parent
fe3311d458
commit
9537ce918c
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ pushd "$DIR/Tarballs"
|
||||||
else
|
else
|
||||||
echo "Skipped extracting gcc"
|
echo "Skipped extracting gcc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
|
pushd "gcc-${GCC_VERSION}"
|
||||||
|
./contrib/download_prerequisites
|
||||||
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir -p "$PREFIX"
|
mkdir -p "$PREFIX"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue