diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-23 08:27:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-23 08:27:46 +0100 |
commit | 4b695f08bfa9270a5e6096d2e1fe415a4a205833 (patch) | |
tree | 7b0226d5459f269362c96a514400f98563091d75 | |
parent | gcc-config: make USE_NATIVE_LINKS=no to clean /lib/cpp (diff) | |
download | gcc-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-x | gcc-config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |