mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Changes made for cosmocc builds (#908)
This commit is contained in:
parent
3b4dbc9fdd
commit
211d5d902e
7 changed files with 17 additions and 1 deletions
|
@ -182,7 +182,7 @@ fi
|
|||
if [ "$1" = "--update" ]; then
|
||||
cd $COSMO || exit
|
||||
echo "building cosmo host toolchain..." >&2
|
||||
make --silent -j toolchain MODE= || exit
|
||||
make --silent -j toolchain MODE= ARCH=x86_64 || exit
|
||||
echo "building cosmo target (MODE=$MODE) toolchain..." >&2
|
||||
make --silent -j toolchain MODE="$MODE" || exit
|
||||
echo "setting up your cosmos..." >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue