aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2002-10-01 18:10:04 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2002-10-01 18:10:04 +0000
commitf7e466a3fe46dbd49a604e5a64749fec3758e3c5 (patch)
tree50276333f5412c2a9211312cde9174d668604e07 /gcc/gcc.c
parent5d2975841c320fa38b5a14b6d001dd8dbe99e87d (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 2210e2d..f14a29c 100644
--- 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}\