mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Perform some more touchups to toolchain
This commit is contained in:
parent
d1b937bf1d
commit
2366848db5
16 changed files with 9 additions and 39 deletions
|
@ -18,6 +18,7 @@ Cosmopolitan's third_party/gcc/ for source code and copying conditions.
|
|||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||
PARTICULAR PURPOSE.
|
||||
EOF
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ x"$1" = x"--help" ]; then
|
||||
|
@ -26,6 +27,7 @@ Usage: $PROG INPUT OUTPUT
|
|||
Converts an executable linked by cosmocc to the Actually Portable
|
||||
Executable file format. See $PROG --version for other details.
|
||||
EOF
|
||||
exit
|
||||
fi
|
||||
|
||||
fatal_error() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue