aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 66d70cf..bdd354b 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -374,9 +374,9 @@ or with constant text in a single argument.
specified to CC. Note that the tail part of the -S option
(i.e. the part matched by the `*') will be substituted for each
occurrence of %* within X.
- %{<S} remove all occurences of S from the command line.
+ %{<S} remove all occurences of -S from the command line.
Note - this option is position dependent. % commands in the
- spec string before this option will see S, % commands in the
+ spec string before this option will see -S, % commands in the
spec string after this option will not.
%{S:X} substitutes X, but only if the -S switch was given to CC.
%{!S:X} substitutes X, but only if the -S switch was NOT given to CC.