commit: 4b695f08bfa9270a5e6096d2e1fe415a4a205833
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 07:27:46 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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.