From 4b695f08bfa9270a5e6096d2e1fe415a4a205833 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 23 May 2020 08:27:46 +0100 Subject: gcc-config: finish comment lines Signed-off-by: Sergei Trofimovich --- 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. -- cgit v1.2.3-65-gdbad