Perform some more touchups to toolchain

This commit is contained in:
Justine Tunney 2023-08-13 15:03:09 -07:00
parent d1b937bf1d
commit 2366848db5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
16 changed files with 9 additions and 39 deletions

View file

@ -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() {