mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Support -x LANG flag in cosmocc
This commit is contained in:
parent
d7b1919b29
commit
7f6d0b8709
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ for x; do
|
||||||
elif [ x"$x" = x"-dumpversion" ]; then
|
elif [ x"$x" = x"-dumpversion" ]; then
|
||||||
echo $GCC_VERSION
|
echo $GCC_VERSION
|
||||||
Exit 0
|
Exit 0
|
||||||
elif [ x"$x" = x"-e" ] ||
|
elif [ x"$x" = x"-x" ] ||
|
||||||
|
[ x"$x" = x"-e" ] ||
|
||||||
[ x"$x" = x"-z" ] ||
|
[ x"$x" = x"-z" ] ||
|
||||||
[ x"$x" = x"-T" ] ||
|
[ x"$x" = x"-T" ] ||
|
||||||
[ x"$x" = x"-L" ] ||
|
[ x"$x" = x"-L" ] ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue