From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B568F1382C5 for ; Fri, 26 Feb 2021 08:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E62E083E; Fri, 26 Feb 2021 08:40:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7727E083E for ; Fri, 26 Feb 2021 08:40:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78F94335D9F for ; Fri, 26 Feb 2021 08:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A0EA2A9 for ; Fri, 26 Feb 2021 08:40:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1614328752.271432c86304a4724c500df532d41f184ac76c55.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 271432c86304a4724c500df532d41f184ac76c55 X-VCS-Branch: master Date: Fri, 26 Feb 2021 08:40:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 095ac617-0746-463b-b9a7-039f83d044af X-Archives-Hash: 28d5519b90514ec023d0ac53a2541e28 commit: 271432c86304a4724c500df532d41f184ac76c55 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Feb 26 08:39:12 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Feb 26 08:39:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=271432c8 gcc-config: add examples of profile formats Signed-off-by: Sergei Trofimovich gentoo.org> gcc-config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc-config b/gcc-config index 0eb1b5f..eadea0b 100755 --- a/gcc-config +++ b/gcc-config @@ -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: - - For example: i686-pc-linux-gnu-3.2.1 + Profile names are of the form: - (like 'i686-pc-linux-gnu-3.2.1') + (like '3.2.1') + (as specified in '--list-profiles') EOF exit ${1:-1} }