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 75BB41382C5 for ; Sat, 23 May 2020 07:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B407E0801; Sat, 23 May 2020 07:28:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5270BE0801 for ; Sat, 23 May 2020 07:28:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BEC434EDA4 for ; Sat, 23 May 2020 07:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1BFC9C for ; Sat, 23 May 2020 07:28:00 +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: <1590218866.4b695f08bfa9270a5e6096d2e1fe415a4a205833.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: 4b695f08bfa9270a5e6096d2e1fe415a4a205833 X-VCS-Branch: master Date: Sat, 23 May 2020 07:28:00 +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: 9541b2a2-a23b-4345-a547-b7af608ef271 X-Archives-Hash: 79a4cec76d391f01c3e1db62004cb118 commit: 4b695f08bfa9270a5e6096d2e1fe415a4a205833 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 23 07:27:46 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 23 07:27:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=4b695f08 gcc-config: finish comment lines Signed-off-by: Sergei Trofimovich gentoo.org> gcc-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc-config b/gcc-config index 09d38f5..ad69b9b 100755 --- a/gcc-config +++ b/gcc-config @@ -242,7 +242,7 @@ update_wrappers() { # Contents looks like: # - 'foo' ('gcc', 'c++', 'gcc-ar', 'lto-dump') # - 'foo-${v}' (go-11, gofmt-11) - # - ${CTARGET}-foo (${CTARGET}-gcc + # - ${CTARGET}-foo ('${CTARGET}-gcc', ...) # # Not each 'foo' has it's ${CTARGET}-foo match. # Examples are: @@ -254,7 +254,7 @@ update_wrappers() { # Cross directory looks like: # /usr/x86_64-pc-linux-gnu/ia64-unknown-linux-gnu/gcc-bin/10.1.0 # Contents look like: - # - ${CTARGET}-foo (${CTARGET}-gcc + # - ${CTARGET}-foo ('${CTARGET}-gcc', ...) # # Every tool is prefixed.