Support -x LANG flag in cosmocc

This commit is contained in:
Justine Tunney 2024-06-20 23:55:46 -07:00
parent d7b1919b29
commit 7f6d0b8709
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -201,7 +201,8 @@ for x; do
elif [ x"$x" = x"-dumpversion" ]; then
echo $GCC_VERSION
Exit 0
elif [ x"$x" = x"-e" ] ||
elif [ x"$x" = x"-x" ] ||
[ x"$x" = x"-e" ] ||
[ x"$x" = x"-z" ] ||
[ x"$x" = x"-T" ] ||
[ x"$x" = x"-L" ] ||