gccarch

gccarch is a tool to query information about architectures supported by the GNU Compiler Collection (GCC), as described in the GCC documentation under "Status of Supported Architectures from Maintainers' Point of View".

gccarch makes it easier to query the information presented in the ASCII-art table on that page.

How to Use

gccarch supports the following flags, which are exclusive of each other.

gccarch also supports the usual convenience commands:

Installing

gccarch can be installed using a Rust toolchain. First you'll need to install Rust. Then run the following:

bash $ cargo install gccarch

gccarch should now be installed. You can confirm this with cargo install --list | grep gccarch. Make sure your Cargo binary directory is in your PATH environment variable.

License

gccarch is dual-licensed with the MIT and Apache 2.0 licenses.