aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-23 08:27:46 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-23 08:27:46 +0100
commit4b695f08bfa9270a5e6096d2e1fe415a4a205833 (patch)
tree7b0226d5459f269362c96a514400f98563091d75
parentgcc-config: make USE_NATIVE_LINKS=no to clean /lib/cpp (diff)
downloadgcc-config-4b695f08bfa9270a5e6096d2e1fe415a4a205833.tar.gz
gcc-config-4b695f08bfa9270a5e6096d2e1fe415a4a205833.tar.bz2
gcc-config-4b695f08bfa9270a5e6096d2e1fe415a4a205833.zip
gcc-config: finish comment lines
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-xgcc-config4
1 files 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.