* gcc.c (cc1_options): Add space on -auxbase-strip.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 1 Oct 2002 18:10:04 +0000 (18:10 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 1 Oct 2002 18:10:04 +0000 (18:10 +0000)
From-SVN: r57694

gcc/ChangeLog
gcc/gcc.c

index f4ad822..a8a4404 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c (cc1_options): Add space on -auxbase-strip.
+
 2002-10-01  Jim Wilson  <wilson@redhat.com>
 
        * config/v850/v850.h (EPILOGUE_USES): Define.
index 2210e2d..f14a29c 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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}\