diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-26 08:39:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-26 08:39:12 +0000 |
commit | 271432c86304a4724c500df532d41f184ac76c55 (patch) | |
tree | c91561583adbc9e43a62b0e4bbcefcea788de65c /gcc-config | |
parent | gcc-config: Do not call 'python' directly. (diff) | |
download | gcc-config-271432c86304a4724c500df532d41f184ac76c55.tar.gz gcc-config-271432c86304a4724c500df532d41f184ac76c55.tar.bz2 gcc-config-271432c86304a4724c500df532d41f184ac76c55.zip |
gcc-config: add examples of profile formats
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,8 +61,9 @@ usage() { -L, --get-lib-path Print path where libraries of the given/current profile are located. - Profile names are of the form: <CTARGET>-<version> - For example: i686-pc-linux-gnu-3.2.1 + Profile names are of the form: <CTARGET>-<version> (like 'i686-pc-linux-gnu-3.2.1') + <version> (like '3.2.1') + <profile-number> (as specified in '--list-profiles') EOF exit ${1:-1} } |