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

@ -6,7 +6,7 @@ COSMOS=${COSMOS:-/opt/cosmos}
TOOL="$COSMO/o/third_party/gcc/bin/x86_64-linux-musl-objdump"
if [ ! -x "$TOOL" ]; then
echo "$0: you need to run: cosmocc --update" >&2
echo "$0: you need to run: x86_64-unknown-cosmo-cc --update" >&2
exit 1
fi