mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Make cosmocc -dumpmachine work correctly
This commit is contained in:
parent
024be3b009
commit
a46ec61787
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ for x; do
|
||||||
exit 0
|
exit 0
|
||||||
elif [ x"$x" = x"-Wl,--version" ]; then
|
elif [ x"$x" = x"-Wl,--version" ]; then
|
||||||
GOT_SOME=1
|
GOT_SOME=1
|
||||||
|
elif [ x"$x" = x"-dumpmachine" ]; then
|
||||||
|
GOT_SOME=1
|
||||||
fi
|
fi
|
||||||
set -- "$@" "$x"
|
set -- "$@" "$x"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue