mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 09:18:31 +00:00
Parse EFI command line arguments (#12)
This commit is contained in:
parent
537c21338b
commit
ac3b1dfb21
3 changed files with 81 additions and 14 deletions
|
@ -53,7 +53,7 @@ XARGS ?= xargs -P4 -rs8000
|
|||
NICE ?= build/actuallynice
|
||||
DOT ?= dot
|
||||
GZ ?= gzip
|
||||
CLANG = clang-10
|
||||
CLANG = clang
|
||||
FC = gfortran #/opt/cross9f/bin/x86_64-linux-musl-gfortran
|
||||
|
||||
# see build/compile, etc. which run third_party/gcc/unbundle.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue