Skip to content

Commit

Permalink
Toolchain: Statically link serenity cross-compiler on macOS to keep t…
Browse files Browse the repository at this point in the history
…he cross-toolchain self contained
  • Loading branch information
Stefano Cristiano authored and awesomekling committed Dec 27, 2019
1 parent fe3311d commit 9537ce9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Toolchain/BuildIt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ pushd "$DIR/Tarballs"
else
echo "Skipped extracting gcc"
fi

if [ "$(uname)" = "Darwin" ]; then
pushd "gcc-${GCC_VERSION}"
./contrib/download_prerequisites
popd
fi

popd

mkdir -p "$PREFIX"
Expand Down

0 comments on commit 9537ce9

Please sign in to comment.