mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
ensure ape exists
This commit is contained in:
parent
52a5b0c8d4
commit
8114336063
1 changed files with 3 additions and 1 deletions
|
@ -54,11 +54,13 @@ ARM64=${3:-aarch64}
|
||||||
NPROC=$(($(_nproc)/2))
|
NPROC=$(($(_nproc)/2))
|
||||||
GCCVER=14.1.0
|
GCCVER=14.1.0
|
||||||
MAKE=$(which_make)
|
MAKE=$(which_make)
|
||||||
APE=$(which_ape)
|
|
||||||
|
|
||||||
$MAKE -j$NPROC m= \
|
$MAKE -j$NPROC m= \
|
||||||
$APELINK
|
$APELINK
|
||||||
|
|
||||||
|
APE=$(which_ape)
|
||||||
|
$APE
|
||||||
|
|
||||||
$MAKE -j$NPROC m=$AMD64 \
|
$MAKE -j$NPROC m=$AMD64 \
|
||||||
o/cosmocc.h.txt \
|
o/cosmocc.h.txt \
|
||||||
o/$AMD64/ape/ape.lds \
|
o/$AMD64/ape/ape.lds \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue