Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Fri, 26 Feb 2021 08:40:05
Message-Id: 1614328752.271432c86304a4724c500df532d41f184ac76c55.slyfox@gentoo
1 commit: 271432c86304a4724c500df532d41f184ac76c55
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 08:39:12 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 08:39:12 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=271432c8
7
8 gcc-config: add examples of profile formats
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 gcc-config | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/gcc-config b/gcc-config
16 index 0eb1b5f..eadea0b 100755
17 --- a/gcc-config
18 +++ b/gcc-config
19 @@ -61,8 +61,9 @@ usage() {
20 -L, --get-lib-path Print path where libraries of the given/current
21 profile are located.
22
23 - Profile names are of the form: <CTARGET>-<version>
24 - For example: i686-pc-linux-gnu-3.2.1
25 + Profile names are of the form: <CTARGET>-<version> (like 'i686-pc-linux-gnu-3.2.1')
26 + <version> (like '3.2.1')
27 + <profile-number> (as specified in '--list-profiles')
28 EOF
29 exit ${1:-1}
30 }