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: Sat, 23 May 2020 07:28:05
Message-Id: 1590218866.4b695f08bfa9270a5e6096d2e1fe415a4a205833.slyfox@gentoo
1 commit: 4b695f08bfa9270a5e6096d2e1fe415a4a205833
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 07:27:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 07:27:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=4b695f08
7
8 gcc-config: finish comment lines
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 gcc-config | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gcc-config b/gcc-config
16 index 09d38f5..ad69b9b 100755
17 --- a/gcc-config
18 +++ b/gcc-config
19 @@ -242,7 +242,7 @@ update_wrappers() {
20 # Contents looks like:
21 # - 'foo' ('gcc', 'c++', 'gcc-ar', 'lto-dump')
22 # - 'foo-${v}' (go-11, gofmt-11)
23 - # - ${CTARGET}-foo (${CTARGET}-gcc
24 + # - ${CTARGET}-foo ('${CTARGET}-gcc', ...)
25 #
26 # Not each 'foo' has it's ${CTARGET}-foo match.
27 # Examples are:
28 @@ -254,7 +254,7 @@ update_wrappers() {
29 # Cross directory looks like:
30 # /usr/x86_64-pc-linux-gnu/ia64-unknown-linux-gnu/gcc-bin/10.1.0
31 # Contents look like:
32 - # - ${CTARGET}-foo (${CTARGET}-gcc
33 + # - ${CTARGET}-foo ('${CTARGET}-gcc', ...)
34 #
35 # Every tool is prefixed.