diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2002-10-01 18:10:04 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2002-10-01 18:10:04 +0000 |
commit | f7e466a3fe46dbd49a604e5a64749fec3758e3c5 (patch) | |
tree | 50276333f5412c2a9211312cde9174d668604e07 /gcc/gcc.c | |
parent | 5d2975841c320fa38b5a14b6d001dd8dbe99e87d (diff) | |
download | gcc-f7e466a3fe46dbd49a604e5a64749fec3758e3c5.zip gcc-f7e466a3fe46dbd49a604e5a64749fec3758e3c5.tar.gz gcc-f7e466a3fe46dbd49a604e5a64749fec3758e3c5.tar.bz2 |
* gcc.c (cc1_options): Add space on -auxbase-strip.
From-SVN: r57694
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -697,7 +697,7 @@ static const char *cpp_debug_options = "%{d*}"; static const char *cc1_options = "%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\ - -auxbase%{c|S:%{o*:-strip%*}%{!o*: %b}}%{!c:%{!S: %b}}\ + -auxbase%{c|S:%{o*:-strip %*}%{!o*: %b}}%{!c:%{!S: %b}}\ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi}\ %{v:-version} %{pg:-p} %{p} %{f*} %{undef}\ %{Qn:-fno-ident} %{--help:--help}\ |